add run-service-and-cleanup.sh to docker

This commit is contained in:
GroovieGermanikus 2024-01-05 11:15:55 +01:00
parent 4c0eec698d
commit 49b7b385f2
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 2 additions and 1 deletions

View File

@ -21,5 +21,6 @@ RUN apt-get update && apt-get -y install ca-certificates libc6
COPY --from=build /app/target/release/grpc_banking_transactions_notifications /usr/local/bin/
COPY --from=build /app/target/release/cleanupdb /usr/local/bin/
COPY --from=build /app/alts.txt /usr/local/bin/
COPY --from=build /app/run-service-and-cleanup.sh /usr/local/bin/
CMD run-service-and-cleanup.sh
CMD /usr/local/bin/run-service-and-cleanup.sh