Skip to content

Commit 42f4243

Browse files
committed
chore: npm install ci
1 parent 65f8192 commit 42f4243

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frameworks/JavaScript/ultimate-express/ultimate-express-mysql.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY --chown=node:node . .
77

88
ENV NODE_ENV production
99

10-
RUN npm install
10+
RUN npm install ci
1111

1212
ENV DATABASE mysql
1313

frameworks/JavaScript/ultimate-express/ultimate-express-postgres.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY --chown=node:node . .
77

88
ENV NODE_ENV production
99

10-
RUN npm install
10+
RUN npm install ci
1111

1212
ENV DATABASE postgres
1313

frameworks/JavaScript/ultimate-express/ultimate-express.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY --chown=node:node . .
77

88
ENV NODE_ENV production
99

10-
RUN npm install
10+
RUN npm install ci
1111

1212
USER node
1313

0 commit comments

Comments
 (0)