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 d5f888a commit 69abb1aCopy full SHA for 69abb1a
Dockerfile
@@ -38,7 +38,7 @@ RUN composer completion bash > /etc/bash_completion.d/composer
38
39
WORKDIR /app
40
41
-COPY --exclude=./docker . /app
+COPY --exclude=./docker/* . /app
42
COPY ./docker/php/php.ini /usr/local/etc/php/php.ini
43
COPY ./docker/php/www.conf /usr/local/etc/php-fpm.d/www.conf
44
0 commit comments