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.
2 parents 61b1472 + 77f9c5d commit ce1f5f1Copy full SHA for ce1f5f1
Dockerfile
@@ -5,4 +5,5 @@ COPY package.json ./
5
COPY package-lock.json ./
6
RUN npm ci --silent
7
COPY . ./
8
-CMD [ "npm", "run", "build-and-start" ]
+RUN npm run build
9
+CMD [ "npm", "run", "start" ]
0 commit comments