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 ba341e7 commit fb67c6aCopy full SHA for fb67c6a
Dockerfile
@@ -7,4 +7,4 @@ WORKDIR /app
7
COPY . ./
8
RUN npm install
9
10
-CMD ["npm", "run", "build", "--", "--host", "0.0.0.0"]
+CMD ["npm", "run", "serve", "--", "--host", "0.0.0.0"]
0 commit comments