Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-05-09 08:30:58 +08:00 committed by GitHub
parent 9b4e788e7f
commit db03b1a8f3
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 Dpendencies
COPY api ./api
COPY static ./static
COPY requirements.txt main.py ./