This commit is contained in:
saloui 2023-06-12 16:28:57 +02:00
parent 6471e8fc91
commit 85fbcc0747

View File

@ -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