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 322b869 commit 6c1f6f9Copy full SHA for 6c1f6f9
Dockerfile
@@ -84,8 +84,7 @@ RUN set -eux; \
84
composer install --no-cache --prefer-dist --no-dev --no-autoloader --no-scripts --no-progress
85
86
# copy sources
87
-COPY --link . ./
88
-RUN rm -Rf frankenphp/
+COPY --link --exclude=frankenphp/ . ./
89
90
RUN set -eux; \
91
mkdir -p var/cache var/log; \
0 commit comments