Skip to content
Snippets Groups Projects
Verified Commit 27ae0614 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[MapCareTech] Fix syntax error in Dockerfile

parent 721c14ff
No related branches found
No related tags found
No related merge requests found
......@@ -40,10 +40,10 @@ WORKDIR /srv/umap
COPY requirements-docker.txt .
# Get uMap
pip install umap-project=${UMAP_VERSION}
RUN pip install umap-project=${UMAP_VERSION}
# Install Docker dependencies
pip install -r requirements-docker.txt
RUN pip install -r requirements-docker.txt
COPY entrypoint.sh .
COPY settings.py .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment