Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ COPY . /app
|
|
20 |
RUN pip install --no-cache-dir -r requirements.txt
|
21 |
|
22 |
# Make port 7860 available to the world outside this container
|
23 |
-
EXPOSE 7860
|
24 |
|
25 |
# Run app.py when the container launches
|
26 |
CMD ["python", "app.py"]
|
|
|
20 |
RUN pip install --no-cache-dir -r requirements.txt
|
21 |
|
22 |
# Make port 7860 available to the world outside this container
|
23 |
+
#EXPOSE 7860
|
24 |
|
25 |
# Run app.py when the container launches
|
26 |
CMD ["python", "app.py"]
|