This commit is contained in:
Saifeddine ALOUI 2023-04-09 21:26:12 +02:00
commit c47fb87267

View File

@ -7,6 +7,7 @@ RUN python3 -m venv venv && . venv/bin/activate
RUN python3 -m pip install --no-cache-dir -r requirements.txt --upgrade pip
COPY ./app.py /srv/app.py
COPY ./db.py /srv/db.py
COPY ./static /srv/static
COPY ./templates /srv/templates