Merge pull request #1182 from umap-project/docker-path

Add umap command in Docker PATH
This commit is contained in:
Yohan Boniface 2023-06-29 15:24:39 +02:00 committed by GitHub
commit 7ca7e49125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,8 @@ WORKDIR /srv/umap
RUN mkdir -p /srv/umap/uploads
ENV PYTHONUNBUFFERED=1 \
PORT=8000
PORT=8000 \
PATH="/venv/bin:$PATH"
EXPOSE 8000