Fixing dockerfile
This commit is contained in:
parent
7e1e90c7ac
commit
b4cccf0530
@ -6,4 +6,4 @@ FROM python:3.8-slim
|
||||
RUN apt-get update && apt-get install -y libmagickwand-dev
|
||||
COPY --from=0 /usr/local/lib/python3.8/site-packages /usr/local/lib/python3.8/site-packages
|
||||
ADD app /app
|
||||
WORKDIR /app
|
||||
CMD python /app/bot.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user