Dockerfile
All checks were successful
ci / build (push) Successful in 1m1s

This commit is contained in:
Christopher Hase 2025-03-25 14:37:32 +01:00
parent 884140425e
commit 7df9ac874e
2 changed files with 3 additions and 3 deletions

View file

@ -22,5 +22,5 @@ WORKDIR /app
COPY --from=build /app .
COPY --from=rust-build /usr/local/cargo/bin/iching /usr/local/bin/iching
#CMD ["npx", "ts-node", "broker.ts"]
CMD ["npx", "ts-node", "mailsender.ts"]
CMD ["npx", "ts-node", "broker.ts"]
#CMD ["npx", "ts-node", "mailsender.ts"]

View file

@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: iching-broker-0-0-1
name: iching-broker-0-0-2
namespace: default
spec:
selector: