mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-11 17:00:41 +00:00
Update Dockerfile
This commit is contained in:
parent
e91cdf8c1f
commit
c90b45d2e4
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 dpendencies
|
||||
# Copy source and install pip dpendencies
|
||||
COPY api ./api
|
||||
COPY static ./static
|
||||
COPY requirements.txt main.py ./
|
||||
|
|
Loading…
Reference in a new issue