diff --git a/dockerfile b/dockerfile index 7c52daa..f5acf97 100644 --- a/dockerfile +++ b/dockerfile @@ -20,7 +20,6 @@ WORKDIR /app COPY --from=builder /install /usr/local COPY app.py . -COPY config.py . COPY gunicorn.conf.py . COPY run.sh . COPY VERSION .