Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-05-11 10:47:59 +08:00 committed by GitHub
parent e91cdf8c1f
commit c90b45d2e4
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 dpendencies
# Copy source and install pip dpendencies
COPY api ./api
COPY static ./static
COPY requirements.txt main.py ./