diff --git a/Dockerfile b/Dockerfile index 43cb787c..ba2b3977 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ RUN python3 -m pip install --no-cache-dir -r requirements.txt --upgrade pip COPY ./app.py /srv/app.py COPY ./api /srv/api -COPY ./bindings /srv/bindings COPY ./static /srv/static COPY ./templates /srv/templates COPY ./web /srv/web