File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ COPY --from=0 /opt/shared-lib /opt/shared-lib
2727COPY --from=0 /opt/corelib /opt/corelib
2828
2929WORKDIR /opt/live-status-gateway
30- CMD ["yarn " , "start " ]
30+ CMD ["node " , "dist/index.js " ]
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ COPY shared-lib /opt/shared-lib
1010COPY corelib /opt/corelib
1111
1212WORKDIR /opt/live-status-gateway
13- CMD ["yarn ", "start "]
13+ CMD ["node ", "dist/index.js "]
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ COPY server-core-integration /opt/server-core-integration
88COPY shared-lib /opt/shared-lib
99
1010WORKDIR /opt/mos-gateway
11- CMD ["yarn ", "start "]
11+ CMD ["node ", "dist/index.js "]
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ COPY server-core-integration /opt/server-core-integration
88COPY shared-lib /opt/shared-lib
99
1010WORKDIR /opt/playout-gateway
11- CMD ["yarn ", "start "]
11+ CMD ["node ", "dist/index.js "]
You can’t perform that action at this time.
0 commit comments