We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111c9ed commit bc74007Copy full SHA for bc74007
src/Dockerfile
@@ -4,6 +4,8 @@ WORKDIR /app
4
5
COPY . .
6
RUN npm install
7
+RUN npm run build
8
+RUN npm start
9
10
CMD [ "npm", "run", "dev" ]
11
0 commit comments