Skip to content

Commit 0ae53c4

Browse files
committed
fix: Live Status Gateway Dockerfile (regular) still uses yarn to start
1 parent 86ab131 commit 0ae53c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/live-status-gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ COPY --from=0 /opt/shared-lib /opt/shared-lib
2727
COPY --from=0 /opt/corelib /opt/corelib
2828

2929
WORKDIR /opt/live-status-gateway
30-
CMD ["yarn", "start"]
30+
CMD ["node", "dist/index.js"]

0 commit comments

Comments
 (0)