Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-05-11 10:11:10 +08:00 committed by GitHub
parent c7f1fe5783
commit b95422c639
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 ./