Skip to content

Commit cb17460

Browse files
committed
6601: More simple docker build process - II
1 parent 25579b2 commit cb17460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/display-api-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ARG APP_VERSION="develop"
2929
WORKDIR /app
3030

3131
# Copy only composer files first for better layer caching
32-
COPY . ./
32+
COPY --chown=deploy:deploy . ./
3333

3434
# Composer packages first
3535
RUN APP_ENV=prod composer install --no-dev --optimize-autoloader --classmap-authoritative

0 commit comments

Comments
 (0)