Skip to content

Commit

Permalink
working on marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovy Sky committed Mar 10, 2023
1 parent f3a8b13 commit dd020c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ COPY --from=base /go/bin/gmuv /gmuv

COPY entrypoint.sh /entrypoint.sh

RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

LABEL maintainer = "groovy-sky"
Expand Down

0 comments on commit dd020c4

Please sign in to comment.