From 1e07ffbbfb528d9e22421777412ffe63607b48be Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 6 Oct 2023 19:56:56 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 06fed58..86f752b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,11 @@ FROM docker.io/python:3 RUN apt update RUN apt install ffmpeg gifsicle -#RUN mkdir /workspace -#ADD requirements.txt /workspace/ -#ADD run.py /workspace -#WORKDIR /workspace +RUN mkdir /workspace +ADD requirements.txt /workspace/ +ADD run.py /workspace +ADD .conf.json /workspace +WORKDIR /workspace RUN pip3 install -r requirements.txt RUN pip3 install --upgrade sentry-sdk -CMD ["python3", "run.py"] \ No newline at end of file +CMD ["python3", "run.py"]