Skip to content

Commit

Permalink
Fixed access to local Symfony server from development Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Nov 30, 2024
1 parent 0ec63b7 commit ccf9ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ RUN echo '/wait && mkdir -p var/cache var/log && supercronic /etc/crontabs/www-d
/usr/local/bin/php bin/console doctrine:database:create --no-interaction --if-not-exists && \
/usr/local/bin/php bin/console doctrine:schema:update --complete --force && \
/usr/local/bin/php bin/console app:udp-server 127.0.0.1:8443 & \
npm run watch & symfony server:start' > docker/entrypoint.sh && chmod +x docker/entrypoint.sh
npm run watch & symfony server:start --allow-all-ip' > docker/entrypoint.sh && chmod +x docker/entrypoint.sh

CMD ["docker/entrypoint.sh"]

0 comments on commit ccf9ec4

Please sign in to comment.