We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc2885 commit 4ca385aCopy full SHA for 4ca385a
helix-p4d/Dockerfile
@@ -60,4 +60,4 @@ HEALTHCHECK --interval=1m --timeout=5s --start-period=30s \
60
CMD p4 info
61
62
ENTRYPOINT ["/docker-entrypoint.sh"]
63
-CMD gosu perforce p4d -p "${P4PORT}"
+CMD ["gosu", "perforce", "p4d"]
helix-swarm/Dockerfile
@@ -55,4 +55,4 @@ HEALTHCHECK --interval=1m --timeout=5s --start-period=30s \
55
CMD supervisorctl status all
56
57
58
-CMD /usr/bin/supervisord --configuration /etc/supervisor/supervisord.conf
+CMD ["/usr/bin/supervisord", "--configuration", "/etc/supervisor/supervisord.conf"]
0 commit comments