Skip to content

Commit

Permalink
Switch to json syntax to fix buildx warning.
Browse files Browse the repository at this point in the history
By eliminating the shell parent process this makes runwsgi pid 1 and therefore the direct receiver of all signals sent to the container.
  • Loading branch information
dwt committed Dec 10, 2024
1 parent eb23d56 commit 6d1d1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ COPY --chown=zope:zope Products Products
# locally it is mapped into the container via bindmounts
# COPY --chown=zope:zope selenium_tests test_output tests ./

CMD runwsgi --verbose etc/zope.ini http_port=80
CMD ["runwsgi", "--verbose", "etc/zope.ini", "http_port=80"]

0 comments on commit 6d1d1de

Please sign in to comment.