We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b6a33 commit d61bceeCopy full SHA for d61bcee
1 file changed
infrastructure/display-api-service/Dockerfile
@@ -35,7 +35,7 @@ COPY --chown=deploy:deploy . ./
35
RUN APP_ENV=prod composer install --no-dev --optimize-autoloader --classmap-authoritative
36
37
# Remove files we do not need to the final image
38
-RUN rm -rf package* vite.config.js assets
+RUN rm -rf package* vite.config.js
39
40
######## PHP-FPM (API) production image ########
41
FROM --platform=$BUILDPLATFORM itkdev/php8.4-fpm:alpine
0 commit comments