Skip to content

Commit

Permalink
fix(recipe): Fixing unterminated string
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsorst committed Sep 25, 2024
1 parent afd9c8e commit 2f1d183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ RUN set -xe \
# Run Apache
USER root
#CMD su -s /bin/sh www-data -c "composer dump-env prod && bin/console doctrine:migrations:migrate --all-or-nothing -n" && httpd -D FOREGROUND
CMD su -s /bin/sh www-data -c "composer dump-env prod && httpd -D FOREGROUND
CMD su -s /bin/sh www-data -c "composer dump-env prod && httpd -D FOREGROUND"
EXPOSE 80

0 comments on commit 2f1d183

Please sign in to comment.