Archived
1
0
Fork 0

Update Dockerfile (#795)

远程仓库依赖有些问题,临时加个--no-deps防止构建出错
This commit is contained in:
9Bakabaka 2023-08-08 21:16:43 +08:00 committed by GitHub
parent fb93667a7c
commit 533b592e9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,5 +11,5 @@ MAINTAINER Teahouse Studios <admin@teahou.se>
WORKDIR /akari-bot
ADD . .
RUN pip install -r requirements.txt
RUN pip install -r requirements.txt --no-deps
CMD ["python", "./bot.py"]