Spaces:
Runtime error
Runtime error
BAKKALIAYOUB
commited on
Commit
·
4b2e474
1
Parent(s):
eef7126
Exposing port
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
@@ -14,4 +14,7 @@ USER root
|
|
14 |
RUN chmod 777 /app
|
15 |
USER user
|
16 |
|
17 |
-
|
|
|
|
|
|
|
|
14 |
RUN chmod 777 /app
|
15 |
USER user
|
16 |
|
17 |
+
EXPOSE 7860 7860
|
18 |
+
|
19 |
+
ENTRYPOINT ["python3"]
|
20 |
+
CMD ["app.py"]
|