Skip to content

Commit

Permalink
fix: 7.6 remove manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed May 27, 2024
1 parent c17b8f8 commit 1dc6714
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 @@ -11,6 +11,6 @@ ARG STATIC_ROOT=/static_root

COPY --from=arches_static /usr/share/nginx/webpack-stats.json ${WEB_ROOT}/${ARCHES_PROJECT}/${ARCHES_PROJECT}/webpack/webpack-stats.json
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/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 1dc6714

Please sign in to comment.