We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bdf02 commit 77e6709Copy full SHA for 77e6709
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