Skip to content

Commit f77e83b

Browse files
committed
fixed docker image
1 parent bab32f7 commit f77e83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:18-alpine
22
WORKDIR /app
33
COPY ./package.json ./
4-
RUN npm install --omit=dev
4+
RUN npm install
55
COPY . .
66
RUN npm run build
77
CMD ["npm", "run", "start"]

0 commit comments

Comments
 (0)