Skip to content

Commit bc74007

Browse files
committed
update Dockerfile
1 parent 111c9ed commit bc74007

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ WORKDIR /app
44

55
COPY . .
66
RUN npm install
7+
RUN npm run build
8+
RUN npm start
79

810
CMD [ "npm", "run", "dev" ]
911

0 commit comments

Comments
 (0)