Skip to content
Snippets Groups Projects
Commit ef35df09 authored by Jim Hoekstra's avatar Jim Hoekstra :wave_tone1:
Browse files

had to change entrypoint in Dockerfile

parent b1489f25
No related branches found
No related tags found
No related merge requests found
......@@ -19,4 +19,4 @@ RUN python scripts/download_model.py
COPY . /app
ENTRYPOINT gunicorn --bind 0.0.0.0:8000 --workers 1 --timeout 360 dash_app.app:server
ENTRYPOINT gunicorn --bind 0.0.0.0:8000 --workers 1 --timeout 360 dash_app.index:server
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment