feat: add export-assets script for CDN asset extraction and update Dockerfiles

This commit is contained in:
Victor Santos
2025-12-02 14:54:13 -03:00
parent cbf46e720d
commit c2d1864240
6 changed files with 191 additions and 0 deletions

View File

@@ -185,6 +185,9 @@ 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
ENV INFISICAL_PLATFORM_VERSION $INFISICAL_PLATFORM_VERSION