From 7df9ac874ead41217b5accf1d31e2623608b98d5 Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Tue, 25 Mar 2025 14:37:32 +0100 Subject: [PATCH] Dockerfile --- Dockerfile | 4 ++-- deployment.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 179e0f7..258f419 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["npx", "ts-node", "broker.ts"] +#CMD ["npx", "ts-node", "mailsender.ts"] \ No newline at end of file diff --git a/deployment.yaml b/deployment.yaml index cbe3689..9c09097 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -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: