ykl45 commited on
Commit
8b06e17
1 Parent(s): c0fe5c5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,5 +4,6 @@ RUN apt install git
4
  RUN git clone https://github.com/renqabs/Y2OA.git /app
5
  WORKDIR "app"
6
  RUN pip install -r requirements.txt
 
7
  EXPOSE 7860
8
  CMD ["python", "main.py"]
 
4
  RUN git clone https://github.com/renqabs/Y2OA.git /app
5
  WORKDIR "app"
6
  RUN pip install -r requirements.txt
7
+ ENV PORT 7860
8
  EXPOSE 7860
9
  CMD ["python", "main.py"]