Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dbarzin/deming
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Nov 25, 2023
2 parents fad2c87 + 6812e5f commit 23b06cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile_web
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-get install -y --no-install-recommends \
php-cli=2:8.2* \
php-opcache \
php-mysql=2:8.2* \
php-pgsql=2:8.2* \
php-zip=2:8.2* \
php-gd=2:8.2* \
php-mbstring=2:8.2* \
Expand Down Expand Up @@ -35,4 +36,4 @@ RUN chmod u+x /opt/entrypoint.sh

EXPOSE 80

ENTRYPOINT "/opt/entrypoint.sh"
ENTRYPOINT "/opt/entrypoint.sh"

0 comments on commit 23b06cd

Please sign in to comment.