Fix/fly cleanup2 (#36)

* clippy+fmt

* add run-service-and-cleanup.sh to docker
This commit is contained in:
Groovie | Mango 2024-01-05 11:16:27 +01:00 committed by GitHub
parent f877a3a0a9
commit 050bbbbb76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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