Skip to content

Commit

Permalink
fix: static-py dockerfile trying to write a CACHE folder
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Oct 5, 2024
1 parent 1b91bae commit 70f6370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.static-py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG STATIC_ROOT=/static_root
COPY --from=arches_static /usr/share/nginx/webpack-stats.json ${WEB_ROOT}/${ARCHES_PROJECT}/webpack/webpack-stats.json
COPY --from=arches_static /usr/share/nginx/.frontend-configuration-settings.json ${WEB_ROOT}/${ARCHES_PROJECT}/.frontend-configuration-settings.json
COPY --from=arches_static /usr/share/nginx/.tsconfig-paths.json ${WEB_ROOT}/${ARCHES_PROJECT}/.tsconfig-paths.json
RUN mkdir -p ${STATIC_ROOT}/CACHE
# RUN mkdir -p ${STATIC_ROOT}/CACHE
# COPY --from=arches_static /usr/share/nginx/html/static/CACHE/manifest.json ${STATIC_ROOT}/CACHE/manifest.json
COPY --from=arches_static /usr/share/nginx/html ${WEB_ROOT}/${ARCHES_PROJECT}/${ARCHES_PROJECT}/media/build

0 comments on commit 70f6370

Please sign in to comment.