调整yml
This commit is contained in:
parent
5ef57c586c
commit
b0999f1346
@ -1,10 +1,5 @@
|
||||
FROM python:3.7-alpine
|
||||
|
||||
COPY requirements.txt /app/requirements.txt
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
COPY . /app
|
||||
|
||||
# CMD ["gunicorn", "api:app", "-c", "./gunicorn.conf.py"]
|
||||
CMD ["sh", "go.sh"]
|
||||
COPY . /app
|
Loading…
x
Reference in New Issue
Block a user