Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-03-27 09:56:58 +08:00 committed by GitHub
parent e1f2dbf047
commit 0cb473d5e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ LABEL maintainer="Websoft9<help@websoft9.com>"
# Create api directory
WORKDIR /usr/src/app
# Copy sources and install pip dependencies
# Copy source and install pip dependencies
COPY api ./api
COPY static ./static
COPY requirements.txt main.py ./