xrg.es/docker
Sergio Álvarez 7f5d7ccae4
continuous-integration/drone/push Build is passing Details
deploy compose
2022-01-10 13:41:59 +01:00
..
Dockerfile frontend and backend 2022-01-09 12:08:42 +01:00
Dockerfile.drone context again 2022-01-10 12:12:17 +01:00
README.md frontend and backend 2022-01-09 12:08:42 +01:00
docker-compose.prod.yml deploy compose 2022-01-10 13:41:59 +01:00
docker-compose.yml frontend and backend 2022-01-09 12:08:42 +01:00
redis.conf frontend and backend 2022-01-09 12:08:42 +01:00
zz-custom-php.ini frontend and backend 2022-01-09 12:08:42 +01:00
zz-custom-phpfpm.conf frontend and backend 2022-01-09 12:08:42 +01:00
zz-default-nginx.conf frontend and backend 2022-01-09 12:08:42 +01:00

README.md

docker build -t php_symfony --progress=plain .
docker run --rm --name phptest -v $(pwd):/var/www/html --user 1000:1000 php_symfony
docker exec -it phptest bash