Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
developStorm committed May 20, 2024
1 parent 65f23d5 commit 24c0e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN go mod download && go mod verify

# Build the actual app
COPY . .
RUN make all
RUN pwd && ls -al && make all

## Runtime image ##
FROM alpine:3.16 as run
Expand Down
1 change: 1 addition & 0 deletions docker-runner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ base-apt-update:
IMAGE_ID=zgrab2_service_base:latest ./base-apt-update.sh

docker-runner.id: $(PROJ_ROOT)/Dockerfile
echo $(PROJ_ROOT)
docker build -t zgrab2_runner:latest -f $(PROJ_ROOT)/Dockerfile -q $(PROJ_ROOT) > docker-runner.id || (rm -f docker-runner.id && exit 1)

clean:
Expand Down

0 comments on commit 24c0e94

Please sign in to comment.