This repository has been archived on 2024-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/docs/Docker.md
2022-11-22 22:14:27 -08:00

328 B

Docker Docs

You should be able to manually parse the docker compose file.

console

How to run with docker:

sudo docker-compose run php bin/console doctrine:migrations:migrate

where php is the name of the container in the docker-compose file.

Build php container

docker build -t vendor/php:latest .