Fixing dockerfile

This commit is contained in:
ein 2021-09-09 11:37:46 -07:00
parent 7e1e90c7ac
commit b4cccf0530

View File

@ -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