xrg.es/docker
Sergio Álvarez 7c13435791
continuous-integration/drone/push Build is passing Details
namespace
2022-01-11 08:35:48 +01:00
..
Dockerfile frontend and backend 2022-01-09 12:08:42 +01:00
Dockerfile.nginx image per container 2022-01-11 08:16:54 +01:00
Dockerfile.php image per container 2022-01-11 08:16:54 +01:00
Dockerfile.redis image per container 2022-01-11 08:16:54 +01:00
README.md frontend and backend 2022-01-09 12:08:42 +01:00
docker-compose.prod.yml namespace 2022-01-11 08:35:48 +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