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 22c938e commit ced8187Copy full SHA for ced8187
Dockerfile
@@ -48,6 +48,7 @@ COPY ./php/www.conf /usr/local/etc/php-fpm.d/www.conf
48
49
COPY ./php/php.ini /usr/local/etc/php/php.ini
50
51
+# Remove for app:9000 in nginx default.conf
52
RUN nginx -t
53
54
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
0 commit comments