Spaces:
Running
Running
Commit
·
b074c3b
1
Parent(s):
cece7d0
Add missing newline at end of Dockerfile and ensure port exposure
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -17,4 +17,6 @@ RUN pip install -r requirements.txt
|
|
17 |
|
18 |
ENV PORT=7860
|
19 |
|
|
|
|
|
20 |
CMD [ "python", "app.py" ]
|
|
|
17 |
|
18 |
ENV PORT=7860
|
19 |
|
20 |
+
EXPOSE 7860
|
21 |
+
|
22 |
CMD [ "python", "app.py" ]
|