mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-07 22:53:55 -05:00
chore: make export-assets script executable for CDN asset extraction in Dockerfiles
This commit is contained in:
@@ -185,6 +185,7 @@ COPY --from=backend-runner /app /backend
|
|||||||
|
|
||||||
COPY --from=frontend-runner /app ./backend/frontend-build
|
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
|
RUN chmod +x /backend/scripts/export-assets.sh
|
||||||
|
|
||||||
ARG INFISICAL_PLATFORM_VERSION
|
ARG INFISICAL_PLATFORM_VERSION
|
||||||
|
|||||||
@@ -174,6 +174,7 @@ ENV CAPTCHA_SITE_KEY=$CAPTCHA_SITE_KEY
|
|||||||
COPY --from=backend-runner /app /backend
|
COPY --from=backend-runner /app /backend
|
||||||
COPY --from=frontend-runner /app ./backend/frontend-build
|
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
|
RUN chmod +x /backend/scripts/export-assets.sh
|
||||||
|
|
||||||
ARG INFISICAL_PLATFORM_VERSION
|
ARG INFISICAL_PLATFORM_VERSION
|
||||||
|
|||||||
Reference in New Issue
Block a user