mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
fix: Correct Dockerfile statics path
This commit is contained in:
parent
8c7ff52f5f
commit
96b5a85989
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue