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 9596189 commit 2bd61efCopy full SHA for 2bd61ef
Dockerfile
@@ -59,7 +59,7 @@ RUN rm -rf /app/var \
59
&& rm -rf /app/docker \
60
&& rm -rf /app/public/check.php \
61
&& php -d memory_limit=-1 /usr/bin/composer install --no-dev --optimize-autoloader \
62
- && ls -la /app
+ && ls -la /app/docker
63
64
EXPOSE 9000
65
0 commit comments