Skip to content

Commit

Permalink
trying to fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovy Sky committed Mar 8, 2023
1 parent 86b5a20 commit 0f2bad9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ COPY --from=base /go/bin/gmuv /gmuv

COPY entrypoint.sh /entrypoint.sh

RUN chmod a+x *.sh

ENTRYPOINT ["./entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

LABEL maintainer = "groovy-sky"
LABEL org.opencontainers.image.source = "https://github.com/groovy-sky/gmuv"

0 comments on commit 0f2bad9

Please sign in to comment.