This commit is contained in:
parent
884140425e
commit
7df9ac874e
2 changed files with 3 additions and 3 deletions
|
@ -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"]
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue