Skip to content

Commit c113467

Browse files
committed
Fix the Docker build
1 parent 7ed29ac commit c113467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ RUN set -eux; \
8383
composer clear-cache
8484

8585
# copy only specifically what we need
86+
COPY .env .env.prod .env.test .env.test_cached ./
8687
COPY bin bin/
8788
COPY config config/
8889
COPY public public/

0 commit comments

Comments
 (0)