Update Dockerfile
This commit is contained in:
parent
9b4e788e7f
commit
db03b1a8f3
1 changed files with 1 additions and 1 deletions
|
@ -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 ./
|
||||
|
|
Loading…
Add table
Reference in a new issue