Skip to content

Commit

Permalink
Moving from CMD to ENTRYPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
danakim committed Dec 5, 2023
1 parent d662f50 commit 0f3a1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ EXPOSE 80
# Set the default workdir
WORKDIR /var/www/html

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

0 comments on commit 0f3a1e5

Please sign in to comment.