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: