Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,4 +4,4 @@ COPY requirements.txt .
|
|
4 |
RUN pip install --no-cache-dir -r requirements.txt
|
5 |
COPY . .
|
6 |
EXPOSE 5000
|
7 |
-
CMD ["
|
|
|
4 |
RUN pip install --no-cache-dir -r requirements.txt
|
5 |
COPY . .
|
6 |
EXPOSE 5000
|
7 |
+
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "test2:app"]
|