mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
Update Dockerfile
This commit is contained in:
parent
607104a13f
commit
3e96ff0bc9
@ -5,8 +5,8 @@ LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# Copy sw and install pip dependencies
|
||||
COPY api ./api
|
||||
COPY static ./static
|
||||
COPY api ./api/
|
||||
COPY static ./static/
|
||||
COPY requirements.txt main.py ./
|
||||
RUN pip install -r requirements.txt
|
||||
RUN mkdir /data
|
||||
|
Loading…
Reference in New Issue
Block a user