Skip to content

Commit

Permalink
dockerfile: change to CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
tianze0926 committed Aug 14, 2023
1 parent 29a3262 commit c7e408a
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 @@ -23,4 +23,4 @@ RUN useradd --create-home --user-group abc &&\
USER abc

STOPSIGNAL SIGINT
ENTRYPOINT ["/app/caddy", "run", "--config", "/app/config.json"]
CMD ["/app/caddy", "run", "--config", "/app/config.json"]

0 comments on commit c7e408a

Please sign in to comment.