Skip to content

Commit

Permalink
dockerfile trouble shooting
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-ben committed Sep 3, 2024
1 parent ba1b5bd commit ba61eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM alpine:3.20
RUN apk --update add \
ca-certificates

COPY ./build/linux/moroz /usr/bin/moroz
COPY ../../build/linux/moroz /usr/bin/moroz

CMD ["moroz"]

0 comments on commit ba61eba

Please sign in to comment.