Skip to content

Commit d61bcee

Browse files
committed
6601: Do not remove assets in php image
1 parent 53b6a33 commit d61bcee

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
@@ -35,7 +35,7 @@ COPY --chown=deploy:deploy . ./
3535
RUN APP_ENV=prod composer install --no-dev --optimize-autoloader --classmap-authoritative
3636

3737
# Remove files we do not need to the final image
38-
RUN rm -rf package* vite.config.js assets
38+
RUN rm -rf package* vite.config.js
3939

4040
######## PHP-FPM (API) production image ########
4141
FROM --platform=$BUILDPLATFORM itkdev/php8.4-fpm:alpine

0 commit comments

Comments
 (0)