Skip to content

Commit fec54b5

Browse files
committed
fix: gcp left
1 parent d610869 commit fec54b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deployment/Dockerfile-node

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ ENV SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
2020
WORKDIR /app
2121
COPY --from=builder /app/target/release/mpc-node mpc-node
2222
COPY deployment/start.sh /app/start.sh
23-
RUN chmod +x /app/gcp-start.sh
24-
CMD [ "/app/gcp-start.sh" ]
23+
RUN chmod +x /app/start.sh
24+
CMD [ "/app/start.sh" ]

0 commit comments

Comments
 (0)