diff --git a/Dockerfile b/Dockerfile index 52ac1f5fd..2602fb82d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,8 +84,7 @@ RUN set -eux; \ composer install --no-cache --prefer-dist --no-dev --no-autoloader --no-scripts --no-progress # copy sources -COPY --link . ./ -RUN rm -Rf frankenphp/ +COPY --link --exclude=frankenphp/ . ./ RUN set -eux; \ mkdir -p var/cache var/log; \