Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-05-05 10:56:15 +08:00 committed by GitHub
parent c0aac0e787
commit 3cbe9b0df4
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 source and install pip dependencies
# Copy source and Install pip dependencies
COPY api ./api
COPY static ./static
COPY requirements.txt main.py ./