We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25579b2 commit cb17460Copy full SHA for cb17460
1 file changed
infrastructure/display-api-service/Dockerfile
@@ -29,7 +29,7 @@ ARG APP_VERSION="develop"
29
WORKDIR /app
30
31
# Copy only composer files first for better layer caching
32
-COPY . ./
+COPY --chown=deploy:deploy . ./
33
34
# Composer packages first
35
RUN APP_ENV=prod composer install --no-dev --optimize-autoloader --classmap-authoritative
0 commit comments