Skip to content

Commit 9596189

Browse files
committed
Add some debug
1 parent bfdb45d commit 9596189

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ 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
61+
&& php -d memory_limit=-1 /usr/bin/composer install --no-dev --optimize-autoloader \
62+
&& ls -la /app
6263

6364
EXPOSE 9000
6465

0 commit comments

Comments
 (0)