Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit 898956b

Browse files
Update Dockerfile
1 parent 8d42c27 commit 898956b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

service/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# syntax=docker/dockerfile:1
22

33
FROM node:16.15.1
4-
ENV NODE_ENV=production
54
WORKDIR /app
65
COPY ["package.json", "package-lock.json*", "./"]
7-
RUN npm install --production
6+
RUN npm install
87
COPY . .
98
CMD [ "node", "server.js" ]

0 commit comments

Comments
 (0)