Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ ADD . /app
|
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
# Make port 5000 available to the world outside this container
|
| 15 |
-
EXPOSE
|
| 16 |
|
| 17 |
# Run run.py when the container launches
|
| 18 |
CMD ["python", "run.py"]
|
|
|
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
# Make port 5000 available to the world outside this container
|
| 15 |
+
EXPOSE 8080
|
| 16 |
|
| 17 |
# Run run.py when the container launches
|
| 18 |
CMD ["python", "run.py"]
|