Add Dockerfile.

This commit is contained in:
Jan Böhmer 2019-11-17 19:07:07 +01:00
parent b48b9b78b4
commit 87d6399175
3 changed files with 111 additions and 0 deletions

42
.dockerignore Normal file
View file

@ -0,0 +1,42 @@
Dockerfile
docker-compose.yml
.dockerignore
tests/
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
###> symfony/phpunit-bridge ###
.phpunit
/phpunit.xml
###< symfony/phpunit-bridge ###
###> symfony/web-server-bundle ###
/.web-server-pid
###< symfony/web-server-bundle ###
.idea/
.idea/*
uploads/*
###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###
###> liip/imagine-bundle ###
/public/media/cache/
###< liip/imagine-bundle ###
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###