Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 341 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 341 Bytes

#Dockerized Symfony Project

A symfony project utilizing Docker based on PHP-FPM and nginx.

Running

You can run the Docker environment using fig:

$ fig up

You can run one-shot command inside the symfony service container:

$ fig run --rm composer install
$ fig run --rm php app/console cache:clear