Skip to content

Commit bfdb45d

Browse files
committed
Remove docker folder in build process
1 parent aa8b96c commit bfdb45d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/.env.local
33
/.env.*.local
44
/.env.local.php
5-
/docker/nginx/ssl/
65
/public/bundles/
76
/var/
87
/vendor/

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ RUN curl -s https://api.github.com/repos/fabpot/local-php-security-checker/relea
5656

5757
RUN rm -rf /app/var \
5858
&& mkdir -p /app/var \
59+
&& rm -rf /app/docker \
5960
&& rm -rf /app/public/check.php \
6061
&& php -d memory_limit=-1 /usr/bin/composer install --no-dev --optimize-autoloader
6162

0 commit comments

Comments
 (0)