Skip to content

Commit d5f888a

Browse files
committed
Yet another try
1 parent 5eccb53 commit d5f888a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
/.env.local
33
/.env.*.local
44
/.env.local.php
5-
/docker/nginx/ssl/rootCA.key
6-
/docker/nginx/ssl/tls.key
75
/public/bundles/
86
/var/
97
/vendor/

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN composer completion bash > /etc/bash_completion.d/composer
3838

3939
WORKDIR /app
4040

41-
COPY . /app
41+
COPY --exclude=./docker . /app
4242
COPY ./docker/php/php.ini /usr/local/etc/php/php.ini
4343
COPY ./docker/php/www.conf /usr/local/etc/php-fpm.d/www.conf
4444

0 commit comments

Comments
 (0)