diff --git a/caretech/map/Dockerfile b/caretech/map/Dockerfile index 5bfedf0c0aeb32d7784b97692e971c223d656c82..987df03a6a2ad067fe02c64f0ecad7859d599c88 100644 --- a/caretech/map/Dockerfile +++ b/caretech/map/Dockerfile @@ -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