diff --git a/Dockerfile b/Dockerfile index 4cebcda..2e79a91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ RUN pip3 install -r requirements.txt COPY database /app/database COPY handlers /app/handlers COPY templates /app/templates -COPY instance /app/instance COPY app.py /app/app.py COPY schema.sql /app/schema.sql