Skip to content

Commit 4ca385a

Browse files
committed
fix: #52 Switched CMD directives to use JSON format.
1 parent fcc2885 commit 4ca385a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helix-p4d/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ HEALTHCHECK --interval=1m --timeout=5s --start-period=30s \
6060
CMD p4 info
6161

6262
ENTRYPOINT ["/docker-entrypoint.sh"]
63-
CMD gosu perforce p4d -p "${P4PORT}"
63+
CMD ["gosu", "perforce", "p4d"]

helix-swarm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ HEALTHCHECK --interval=1m --timeout=5s --start-period=30s \
5555
CMD supervisorctl status all
5656

5757
ENTRYPOINT ["/docker-entrypoint.sh"]
58-
CMD /usr/bin/supervisord --configuration /etc/supervisor/supervisord.conf
58+
CMD ["/usr/bin/supervisord", "--configuration", "/etc/supervisor/supervisord.conf"]

0 commit comments

Comments
 (0)