Skip to content

Commit ba6ccea

Browse files
committed
Refactor Dockerfile to remove unnecessary flag in npm install command
1 parent 5a84f8d commit ba6ccea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/oracle-cloud/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN pwd
99
RUN ls
1010

1111
# Install app dependencies
12-
RUN npm install --production --frozen-lockfile
12+
RUN npm install --frozen-lockfile
1313

1414
# export server port
1515
ENV PORT=7070

0 commit comments

Comments
 (0)