Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 3bd2a31

Browse files
committed
Update Dockerfile
1 parent 571faf4 commit 3bd2a31

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
@@ -4,5 +4,5 @@ COPY package-lock.json /package-lock.json
44
RUN npm install
55
COPY . /
66
RUN npm run build
7-
RUN npm install serve
7+
RUN npm install -g serve
88
CMD ["serve", "dist"]

0 commit comments

Comments
 (0)