We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de555dd commit a64339dCopy full SHA for a64339d
1 file changed
infrastructure/display-api-service/Dockerfile
@@ -67,7 +67,6 @@ ENV APP_ENV=prod \
67
COPY --chown=deploy:deploy --from=api_app_builder /app .
68
69
# Symfony settings (warmup required to make vite assets work corretly)
70
-RUN mkdir -p ./config/secrets \
71
- bin/console cache:warmup
+RUN mkdir -p ./config/secrets
72
73
CMD [ "docker-entrypoint.sh" ]
0 commit comments