Merge pull request #2037 from umap-project/correct-dockerfile-statics-path

fix: Correct Dockerfile statics path
This commit is contained in:
David Larlet 2024-07-31 09:31:06 -04:00 committed by GitHub
commit 2240ec7f50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ FROM common
COPY --from=build /srv/umap/docker/ /srv/umap/docker/ COPY --from=build /srv/umap/docker/ /srv/umap/docker/
COPY --from=build /venv/ /venv/ COPY --from=build /venv/ /venv/
COPY --from=vendors /srv/umap/umap/static/umap/vendors /srv/umap/umap/static/umap/vendors COPY --from=vendors /srv/umap/umap/static/umap/vendors /srv/umap/static/umap/vendors
WORKDIR /srv/umap WORKDIR /srv/umap