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