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

Commit 8fce928

Browse files
committed
Replace CMD to ENTRYPOINT
1 parent b9623bd commit 8fce928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ EXPOSE ${PORT}
2828
RUN addgroup -gid 1000 www && \
2929
adduser -uid 1000 -H -D -s /bin/sh -G www www
3030

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

0 commit comments

Comments
 (0)