diff --git a/api/Dockerfile.alerts b/api/Dockerfile.alerts index 65668f79b..19485fe38 100644 --- a/api/Dockerfile.alerts +++ b/api/Dockerfile.alerts @@ -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 \ No newline at end of file diff --git a/ee/api/Dockerfile.alerts b/ee/api/Dockerfile.alerts index 1deff0a57..9e43d81f0 100644 --- a/ee/api/Dockerfile.alerts +++ b/ee/api/Dockerfile.alerts @@ -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 \ No newline at end of file