File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -59,5 +59,7 @@ COPY p4-users /p4-users
5959HEALTHCHECK --interval=1m --timeout=5s --start-period=30s \
6060 CMD p4 info
6161
62+ SHELL ["/bin/bash" , "-c" ]
6263ENTRYPOINT ["/docker-entrypoint.sh" ]
64+ # Using shell-form is required for ${P4PORT} to be correctly resolved (not working in JSON format).
6365CMD gosu perforce p4d -p "${P4PORT}"
Original file line number Diff line number Diff line change @@ -55,4 +55,4 @@ HEALTHCHECK --interval=1m --timeout=5s --start-period=30s \
5555 CMD supervisorctl status all
5656
5757ENTRYPOINT ["/docker-entrypoint.sh" ]
58- CMD /usr/bin/supervisord --configuration /etc/supervisor/supervisord.conf
58+ CMD [ " /usr/bin/supervisord" , " --configuration" , " /etc/supervisor/supervisord.conf" ]
You can’t perform that action at this time.
0 commit comments