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 2fd72f6 commit bf1e409
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 @@ -10,4 +10,4 @@ COPY ./docker/conf/000-default.conf /etc/apache2/sites-enabled/apache2.conf
# Set the default workdir
WORKDIR /var/www/html
EXPOSE 80
CMD ["apache2-foreground"]
ENTRYPOINT ["apache2-foreground"]

0 comments on commit bf1e409

Please sign in to comment.