Skip to content

Commit

Permalink
Moving back to CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
danakim committed Dec 6, 2023
1 parent e07636c commit f03100e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ EXPOSE 80
# Set the default workdir
WORKDIR /var/www/html

ENTRYPOINT ["apache2-foreground"]
CMD ["apache2-foreground"]
2 changes: 1 addition & 1 deletion docker/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ EXPOSE 80
# Set the default workdir
WORKDIR /var/www/html

ENTRYPOINT ["apache2-foreground"]
CMD ["apache2-foreground"]

0 comments on commit f03100e

Please sign in to comment.