Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,4 +24,4 @@ RUN pip3 install -r requirements.txt
|
|
24 |
|
25 |
COPY ./ /
|
26 |
|
27 |
-
ENTRYPOINT ["
|
|
|
24 |
|
25 |
COPY ./ /
|
26 |
|
27 |
+
ENTRYPOINT ["python3 server_gunicorn.py"]
|