Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,4 +6,4 @@ COPY requirements.txt /app/
|
|
6 |
RUN pip3 install -r requirements.txt
|
7 |
COPY . /app
|
8 |
|
9 |
-
CMD
|
|
|
6 |
RUN pip3 install -r requirements.txt
|
7 |
COPY . /app
|
8 |
|
9 |
+
CMD ["flask" , "run" , "--host=0.0.0.0", "--port=7860" ]
|