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

[MapCareTech] Fix uwsgi.ini path

parent 14378a75
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ RUN pip install umap-project==${UMAP_VERSION}
RUN pip install -r requirements-docker.txt
COPY entrypoint.sh .
COPY uwsgi.init .
COPY uwsgi.ini .
RUN chmod +x ./entrypoint.sh
RUN chown -R 10001:10001 /srv/umap
......
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