feat(crons): fix Dockerfile
This commit is contained in:
parent
e405fc28bb
commit
6460d8d947
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ RUN pip install -r /work_tmp/requirements.txt
|
|||
|
||||
WORKDIR /work
|
||||
COPY . .
|
||||
RUN mv env.default .env && mv entrypoint_alerts.sh entrypoint.sh
|
||||
RUN mv env.default .env && mv entrypoint_crons.sh entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/tini", "--"]
|
||||
CMD ./entrypoint.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue