chore: make export-assets script executable for CDN asset extraction in Dockerfiles

This commit is contained in:
Victor Santos
2025-12-15 17:16:42 -03:00
parent 6c6eda129a
commit 40b50b5d78
2 changed files with 2 additions and 0 deletions

View File

@@ -185,6 +185,7 @@ COPY --from=backend-runner /app /backend
COPY --from=frontend-runner /app ./backend/frontend-build
# Make export-assets script executable for CDN asset extraction
RUN chmod +x /backend/scripts/export-assets.sh
ARG INFISICAL_PLATFORM_VERSION

View File

@@ -174,6 +174,7 @@ ENV CAPTCHA_SITE_KEY=$CAPTCHA_SITE_KEY
COPY --from=backend-runner /app /backend
COPY --from=frontend-runner /app ./backend/frontend-build
# Make export-assets script executable for CDN asset extraction
RUN chmod +x /backend/scripts/export-assets.sh
ARG INFISICAL_PLATFORM_VERSION