forked from mttu-developers/konabot
大变:移动了很多很多文件并优化构建流程
This commit is contained in:
@ -4,5 +4,8 @@ WORKDIR /app
|
||||
COPY requirements.txt ./
|
||||
RUN pip install -r requirements.txt --no-deps
|
||||
|
||||
COPY . .
|
||||
COPY bot.py ./
|
||||
COPY assets ./
|
||||
COPY scripts ./
|
||||
COPY konabot ./
|
||||
CMD [ "python", "bot.py" ]
|
||||
|
||||
Reference in New Issue
Block a user