Skip to content

Commit

Permalink
Modified comment in docker-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
anilnatha committed Apr 12, 2024
1 parent 8e0b035 commit 2ff6270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.d/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ source ${ENTRYPOINT_FOLDER}/env.sh

rm -f /var/run/apache2/apache2.pid

# Run the main container process (from the Dockerfile CMD)
# Run the main container process
# (Arguments for Apache supplied from the Dockerfile CMD)
exec /usr/sbin/apachectl -D FOREGROUND "$@"

0 comments on commit 2ff6270

Please sign in to comment.