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 50739f0 commit c788019Copy full SHA for c788019
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