Files
xrg.es/docker
Sergio Álvarez c2856bd2c0
Some checks failed
continuous-integration/drone/push Build is failing
image per container
2022-01-11 08:16:54 +01:00
..
2022-01-11 08:16:54 +01:00
2022-01-09 12:08:42 +01:00
2022-01-09 12:08:42 +01:00
2022-01-11 08:16:54 +01:00
2022-01-11 08:16:54 +01:00
2022-01-11 08:16:54 +01:00
2022-01-09 12:08:42 +01:00
2022-01-09 12:08:42 +01:00
2022-01-09 12:08:42 +01:00
2022-01-09 12:08:42 +01:00
2022-01-09 12:08:42 +01:00

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