We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37579a2 commit 24fdaa4Copy full SHA for 24fdaa4
Dockerfile
@@ -1,6 +1,5 @@
1
FROM node:16 AS builder
2
3
-ENV NODE_ENV production
4
WORKDIR /app
5
COPY ./package.json ./
6
RUN npm install
0 commit comments