feat(crons): fix Dockerfile

This commit is contained in:
Taha Yassine Kraiem 2022-07-01 19:39:20 +02:00
parent e405fc28bb
commit 6460d8d947

View file

@ -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