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.
app configure
1 parent 732543e commit 1f47e77Copy full SHA for 1f47e77
frameworks/PHP/spiral/spiral.dockerfile
@@ -22,7 +22,7 @@ RUN composer install --optimize-autoloader --classmap-authoritative --no-dev --q
22
23
# pre-configure
24
RUN ./vendor/bin/rr get-binary > /dev/null 2>&1
25
-RUN php app.php configure > /dev/null 2>&1
+RUN php app.php configure
26
27
EXPOSE 8080
28
0 commit comments