We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eccb53 commit d5f888aCopy full SHA for d5f888a
.dockerignore
@@ -2,8 +2,6 @@
2
/.env.local
3
/.env.*.local
4
/.env.local.php
5
-/docker/nginx/ssl/rootCA.key
6
-/docker/nginx/ssl/tls.key
7
/public/bundles/
8
/var/
9
/vendor/
Dockerfile
@@ -38,7 +38,7 @@ RUN composer completion bash > /etc/bash_completion.d/composer
38
39
WORKDIR /app
40
41
-COPY . /app
+COPY --exclude=./docker . /app
42
COPY ./docker/php/php.ini /usr/local/etc/php/php.ini
43
COPY ./docker/php/www.conf /usr/local/etc/php-fpm.d/www.conf
44
0 commit comments