We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed29ac commit c113467Copy full SHA for c113467
Dockerfile
@@ -83,6 +83,7 @@ RUN set -eux; \
83
composer clear-cache
84
85
# copy only specifically what we need
86
+COPY .env .env.prod .env.test .env.test_cached ./
87
COPY bin bin/
88
COPY config config/
89
COPY public public/
0 commit comments