mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update Dockerfile
This commit is contained in:
parent
bc0073c083
commit
afb16e6fc9
@ -6,6 +6,7 @@ WORKDIR /usr/src/app
|
|||||||
|
|
||||||
# Copy sw and install pip dependencies
|
# Copy sw and install pip dependencies
|
||||||
COPY api ./api
|
COPY api ./api
|
||||||
|
COPY static ./static
|
||||||
COPY requirements.txt main.py ./
|
COPY requirements.txt main.py ./
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
RUN mkdir /data
|
RUN mkdir /data
|
||||||
|
Loading…
Reference in New Issue
Block a user