Skip to content

Commit f4ca11a

Browse files
committed
Another try
1 parent 2bd61ef commit f4ca11a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.dockerignore

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

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ RUN rm -rf /app/var \
5858
&& mkdir -p /app/var \
5959
&& rm -rf /app/docker \
6060
&& rm -rf /app/public/check.php \
61-
&& php -d memory_limit=-1 /usr/bin/composer install --no-dev --optimize-autoloader \
62-
&& ls -la /app/docker
61+
&& php -d memory_limit=-1 /usr/bin/composer install --no-dev --optimize-autoloader
6362

6463
EXPOSE 9000
6564

0 commit comments

Comments
 (0)