Compare commits
2 Commits
74292e91e7
...
07afdf21b8
| Author | SHA1 | Date | |
|---|---|---|---|
|
07afdf21b8
|
|||
|
698f3fd65e
|
@@ -4,7 +4,9 @@ WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip install -r requirements.txt --no-cache-dir
|
||||
RUN pip install -r requirements.txt --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
ENV TZ=Asia/Shanghai
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user