We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab32f7 commit f77e83bCopy full SHA for f77e83b
api/Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:18-alpine
2
WORKDIR /app
3
COPY ./package.json ./
4
-RUN npm install --omit=dev
+RUN npm install
5
COPY . .
6
RUN npm run build
7
CMD ["npm", "run", "start"]
0 commit comments