feat(docker): adding .dockerignore file
This commit is contained in:
parent
9cd7a8db27
commit
806b315a4f
|
@ -0,0 +1,2 @@
|
|||
/vendor
|
||||
/var
|
|
@ -1,3 +1,3 @@
|
|||
ARG ADDITIONAL_PACKAGES="<packages_list>"
|
||||
ARG ADDITIONAL_PACKAGES="tree"
|
||||
|
||||
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-standalone
|
Loading…
Reference in New Issue