Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Replace CMD to ENTRYPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
DougTrajano committed Nov 27, 2022
1 parent b9623bd commit 8fce928
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 @@ -28,4 +28,4 @@ EXPOSE ${PORT}
RUN addgroup -gid 1000 www && \
adduser -uid 1000 -H -D -s /bin/sh -G www www

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
ENTRYPOINT ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]

0 comments on commit 8fce928

Please sign in to comment.