Sunrusojsis commited on
Commit
7b71004
·
verified ·
1 Parent(s): 35a09c8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,5 +4,5 @@ COPY requirements.txt $HOME/app
4
  RUN mkdir /.cache && chmod 777 /.cache
5
  RUN pip install -r requirements.txt
6
  COPY . $HOME/app
7
- EXPOSE 8080
8
  CMD ["python", "proxy.py"]
 
4
  RUN mkdir /.cache && chmod 777 /.cache
5
  RUN pip install -r requirements.txt
6
  COPY . $HOME/app
7
+ EXPOSE 8000
8
  CMD ["python", "proxy.py"]