mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 23:50:31 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
1968fe18b5
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 sw and install pip dependencies
|
||||
# Copy sources and install pip dependencies
|
||||
COPY api ./api
|
||||
COPY static ./static
|
||||
COPY requirements.txt main.py ./
|
||||
|
|
Loading…
Reference in a new issue