From 52582f276a7336da419d358dd193058357c7043d Mon Sep 17 00:00:00 2001 From: alice Date: Wed, 4 Aug 2021 18:42:15 +0800 Subject: [PATCH] fix: Docker build fail --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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