feat(alerts): fixed build script
This commit is contained in:
parent
27579b3c6e
commit
8220e225b3
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ RUN pip install -r /work_tmp/requirements.txt
|
|||
|
||||
WORKDIR /work
|
||||
COPY . .
|
||||
RUN mv .env.default .env && mv app_alerts.py app.py && mv entrypoint_alerts.sh entrypoint.sh
|
||||
RUN mv env.default .env && mv app_alerts.py app.py && mv entrypoint_alerts.sh entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/tini", "--"]
|
||||
CMD ./entrypoint.sh
|
||||
|
|
@ -19,7 +19,7 @@ RUN pip install -r /work_tmp/requirements.txt
|
|||
|
||||
WORKDIR /work
|
||||
COPY . .
|
||||
RUN mv .env.default .env && mv app_alerts.py app.py && mv entrypoint_alerts.sh entrypoint.sh
|
||||
RUN mv env.default .env && mv app_alerts.py app.py && mv entrypoint_alerts.sh entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/tini", "--"]
|
||||
CMD ./entrypoint.sh
|
||||
Loading…
Add table
Reference in a new issue