Skip to content

Commit

Permalink
feat(#213): make container stay running
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpy-Squirrel committed Dec 13, 2023
1 parent 8d4a250 commit 8efa18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ EXPOSE 8080

USER 8877

CMD ["/usr/sbin/httpd", "-f", "/etc/apache2/regsys.conf"]
CMD ["/usr/sbin/httpd", "-f", "/etc/apache2/regsys.conf", "-DNO_DETACH", "-DFOREGROUND"]

0 comments on commit 8efa18c

Please sign in to comment.