Skip to content

Commit b61de36

Browse files
authored
update
1 parent fd5b392 commit b61de36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ COPY ./package.json ./
44
RUN node --version && npm --version
55

66
COPY . .
7-
RUN npm run install
7+
RUN npm install
8+
RUN npm run build
89

910
FROM nginx:stable-alpine
1011
COPY --from=builder /app/dist /usr/share/nginx/html

0 commit comments

Comments
 (0)