feat(api): alerts changed dockerfile
This commit is contained in:
parent
f98d995906
commit
0cc23e68e0
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ LABEL Maintainer="KRAIEM Taha Yassine<tahayk2@gmail.com>"
|
|||
WORKDIR /work
|
||||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
RUN mv .env.default .env && rm app.py && ren app_alerts.py app.py
|
||||
RUN mv .env.default .env && rm app.py && mv app_alerts.py app.py
|
||||
ENV pg_minconn 2
|
||||
|
||||
# Add Tini
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue