File tree Expand file tree Collapse file tree 12 files changed +36
-12
lines changed
Expand file tree Collapse file tree 12 files changed +36
-12
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,13 @@ RUN apk update && \
1313
1414WORKDIR /app/modules/authentication
1515
16+ ENV NODE_ENV production
17+
1618ENV CONDUIT_SERVER conduit_server
1719
1820ENV SERVICE_URL 0.0.0.0:5000
1921ENV GRPC_PORT 5000
2022
2123EXPOSE 5000
2224
23- CMD ["yarn " , "start " ]
25+ CMD ["node " , "dist/index.js " ]
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ RUN apk update && \
1212
1313WORKDIR /app/modules/authorization
1414
15+ ENV NODE_ENV production
16+
1517ENV CONDUIT_SERVER conduit_server
1618
1719ENV SERVICE_IP 0.0.0.0:5000
@@ -20,4 +22,4 @@ ENV REGISTER_NAME true
2022
2123EXPOSE 5000
2224
23- CMD ["yarn " , "start " ]
25+ CMD ["node " , "dist/index.js " ]
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ RUN yarn install --production --pure-lockfile --non-interactive && yarn cache cl
88
99WORKDIR /app/modules/chat
1010
11+ ENV NODE_ENV production
12+
1113ENV CONDUIT_SERVER conduit_server
1214
1315ENV SERVICE_URL 0.0.0.0:5000
@@ -16,4 +18,4 @@ ENV GRPC_PORT 5000
1618
1719EXPOSE 5000
1820
19- CMD ["yarn " , "start " ]
21+ CMD ["node " , "dist/index.js " ]
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ RUN yarn install --production --pure-lockfile --non-interactive && yarn cache cl
88
99WORKDIR /app/modules/database
1010
11+ ENV NODE_ENV production
12+
1113ENV CONDUIT_SERVER conduit_server
1214
1315ENV SERVICE_URL 0.0.0.0:5000
@@ -16,4 +18,4 @@ ENV GRPC_PORT 5000
1618
1719EXPOSE 5000
1820
19- CMD ["yarn " , "start " ]
21+ CMD ["node " , "dist/index.js " ]
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ RUN yarn install --production --pure-lockfile --non-interactive && yarn cache cl
88
99WORKDIR /app/modules/email
1010
11+ ENV NODE_ENV production
12+
1113ENV CONDUIT_SERVER conduit_server
1214
1315ENV SERVICE_URL 0.0.0.0:5000
@@ -16,4 +18,4 @@ ENV GRPC_PORT 5000
1618
1719EXPOSE 5000
1820
19- CMD ["yarn " , "start " ]
21+ CMD ["node " , "dist/index.js " ]
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ RUN yarn install --production --pure-lockfile --non-interactive && yarn cache cl
88
99WORKDIR /app/modules/forms
1010
11+ ENV NODE_ENV production
12+
1113ENV CONDUIT_SERVER conduit_server
1214
1315ENV SERVICE_URL 0.0.0.0:5000
@@ -16,4 +18,4 @@ ENV GRPC_PORT 5000
1618
1719EXPOSE 5000
1820
19- CMD ["yarn " , "start " ]
21+ CMD ["node " , "dist/index.js " ]
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ RUN yarn install --production --pure-lockfile --non-interactive && yarn cache cl
88
99WORKDIR /app/modules/functions
1010
11+ ENV NODE_ENV production
12+
1113ENV CONDUIT_SERVER conduit_server
1214
1315ENV SERVICE_URL 0.0.0.0:5000
@@ -16,4 +18,4 @@ ENV GRPC_PORT 5000
1618
1719EXPOSE 5000
1820
19- CMD ["yarn " , "start " ]
21+ CMD ["node " , "dist/index.js " ]
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ RUN yarn install --production --pure-lockfile --non-interactive && yarn cache cl
88
99WORKDIR /app/modules/push-notifications
1010
11+ ENV NODE_ENV production
12+
1113ENV CONDUIT_SERVER conduit_server
1214
1315ENV SERVICE_URL 0.0.0.0:5000
@@ -16,4 +18,4 @@ ENV GRPC_PORT 5000
1618
1719EXPOSE 5000
1820
19- CMD ["yarn " , "start " ]
21+ CMD ["node " , "dist/index.js " ]
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ RUN apk update && \
1313
1414WORKDIR /app/modules/router
1515
16+ ENV NODE_ENV production
17+
1618ENV CONDUIT_SERVER conduit_server
1719
1820ENV SERVICE_URL 0.0.0.0:5000
@@ -23,4 +25,4 @@ EXPOSE 5000
2325EXPOSE 3000
2426EXPOSE 3001
2527
26- CMD ["yarn " , "start " ]
28+ CMD ["node " , "dist/index.js " ]
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ RUN yarn install --production --pure-lockfile --non-interactive && yarn cache cl
88
99WORKDIR /app/modules/sms
1010
11+ ENV NODE_ENV production
12+
1113ENV CONDUIT_SERVER conduit_server
1214
1315ENV SERVICE_URL 0.0.0.0:5000
@@ -16,4 +18,4 @@ ENV GRPC_PORT 5000
1618
1719EXPOSE 5000
1820
19- CMD ["yarn " , "start " ]
21+ CMD ["node " , "dist/index.js " ]
You can’t perform that action at this time.
0 commit comments