We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d0973 commit 7559716Copy full SHA for 7559716
Dockerfile
@@ -10,4 +10,4 @@ RUN npm install --force
10
RUN npm run build
11
EXPOSE ${PORT:-3000}
12
ENV CHROME_PATH='/usr/bin/chromium'
13
-CMD ["npm", "start"]
+CMD ["npm", "run", "serve"]
0 commit comments