Skip to content

Commit

Permalink
fixing dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovy Sky committed Mar 6, 2023
1 parent 797b8e1 commit 6159a67
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 @@ -7,7 +7,7 @@ FROM alpine:latest
COPY --from=base /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=base /go/bin/gmuv /gmuv

COPY entrypoint.sh /
COPY entrypoint.sh /entrypoint.sh

RUN chmod a+x *.sh && mkdir -p .archives && chown nobody:nobody / && chown nobody:nobody .archives

Expand Down

0 comments on commit 6159a67

Please sign in to comment.