mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-04 05:20:35 +00:00
Update Dockerfile
This commit is contained in:
parent
3e0d1b4614
commit
d13e7f7a22
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ LABEL maintainer="Websoft9<help@websoft9.com>"
|
|||
WORKDIR /usr/src/app
|
||||
|
||||
# Copy sw and install pip dependencies
|
||||
COPY ./api /api/
|
||||
COPY ./static /static/
|
||||
COPY ./requirements.txt ./main.py /
|
||||
COPY api ./api
|
||||
COPY static ./static
|
||||
COPY requirements.txt main.py ./
|
||||
RUN pip install -r requirements.txt
|
||||
RUN mkdir /data
|
||||
|
||||
|
|
Loading…
Reference in a new issue