feat(docker): adding .dockerignore file

This commit is contained in:
Philippe Caseiro 2023-06-13 15:50:02 +02:00
parent 9cd7a8db27
commit 806b315a4f
2 changed files with 4 additions and 2 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
/vendor
/var

View File

@ -1,3 +1,3 @@
ARG ADDITIONAL_PACKAGES="<packages_list>"
ARG ADDITIONAL_PACKAGES="tree"
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-standalone