Update Dockerfile

This commit is contained in:
Pham Vu Thai Minh 2023-04-09 18:46:04 +07:00 committed by GitHub
parent 517580cc24
commit 61cfc1771b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +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 ./db.py /srv/db.py
COPY ./static /srv/static
COPY ./templates /srv/templates