mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 09:48:38 +08:00
Update Dockerfile
This commit is contained in:
parent
e91cdf8c1f
commit
c90b45d2e4
@ -4,7 +4,7 @@ LABEL maintainer="Websoft9<help@websoft9.com>"
|
|||||||
# Create API Directory
|
# Create API Directory
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
# Copy source and Install pip dpendencies
|
# Copy source and install pip dpendencies
|
||||||
COPY api ./api
|
COPY api ./api
|
||||||
COPY static ./static
|
COPY static ./static
|
||||||
COPY requirements.txt main.py ./
|
COPY requirements.txt main.py ./
|
||||||
|
Loading…
Reference in New Issue
Block a user