Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ COPY . /app
|
|
16 |
RUN pip install pip install --no-cache-dir --upgrade -r requirements.txt
|
17 |
|
18 |
# Make port 7000-8000 available
|
19 |
-
EXPOSE
|
20 |
|
21 |
# Define the command to run the Flask app
|
22 |
-
CMD ["py", "
|
|
|
16 |
RUN pip install pip install --no-cache-dir --upgrade -r requirements.txt
|
17 |
|
18 |
# Make port 7000-8000 available
|
19 |
+
EXPOSE 7860
|
20 |
|
21 |
# Define the command to run the Flask app
|
22 |
+
CMD ["py", "src/app.py"]
|