mocobk commited on
Commit
7b6df07
1 Parent(s): 7f565f2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9
2
  WORKDIR /code
3
 
4
  COPY ./requirements.txt /code/requirements.txt
@@ -6,4 +6,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
6
 
7
  COPY . .
8
 
9
- CMD ["uwsgi", "--master", "-p", "4", "--http", "0.0.0.0:7860", "-w", "main:app"]
 
1
+ FROM python:3.8-slim
2
  WORKDIR /code
3
 
4
  COPY ./requirements.txt /code/requirements.txt
 
6
 
7
  COPY . .
8
 
9
+ CMD ["shadowproxy", "ss://chacha20:motest123@0.0.0.0:7860"]