ffreemt
commited on
Commit
·
c7b9a90
1
Parent(s):
ef60910
Update env PORT=7860
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
12 |
|
13 |
EXPOSE $PORT
|
14 |
|
15 |
-
CMD ["python", "app.py", "--host", "0.0.0.0:$PORT"]
|
|
|
12 |
|
13 |
EXPOSE $PORT
|
14 |
|
15 |
+
CMD ["python", "app.py", "--host", "0.0.0.0:$PORT"]
|