更新dockerfile

This commit is contained in:
kingChan 2024-08-20 16:58:05 +08:00
parent aea0c24dba
commit 42fd64df07
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ COPY requirements.txt requirements.txt
RUN pip config set global.index-url http://mirrors.aliyun.com/pypi/simple && pip config set install.trusted-host mirrors.aliyun.com
RUN pip install -r requirements.txt
COPY . ./
CMD ["gunicorn", "-w", "4", "--bind", "0.0.0.0:3002", "app:app" ]
CMD ["gunicorn", "-w", "4", "--bind", "0.0.0.0:3002", "myapp:app" ]