Skip to content

Commit fb67c6a

Browse files
authored
Update Dockerfile
1 parent ba341e7 commit fb67c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ WORKDIR /app
77
COPY . ./
88
RUN npm install
99

10-
CMD ["npm", "run", "build", "--", "--host", "0.0.0.0"]
10+
CMD ["npm", "run", "serve", "--", "--host", "0.0.0.0"]

0 commit comments

Comments
 (0)