Skip to content

Commit bebc975

Browse files
committed
chore(frontend): update dependencies
1 parent 1f7046a commit bebc975

File tree

4 files changed

+6593
-21259
lines changed

4 files changed

+6593
-21259
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ WORKDIR /opt/build
33
COPY . .
44
RUN make build
55

6-
FROM node:16.5-alpine3.14 as node-builder
6+
FROM node:lts as node-builder
77
WORKDIR /opt/build
88
COPY static/terraboard-vuejs ./terraboard-vuejs
99
WORKDIR /opt/build/terraboard-vuejs
10-
RUN npm install
11-
RUN npm run build
10+
RUN yarn install
11+
RUN yarn run build
1212

1313
FROM scratch
1414
WORKDIR /

0 commit comments

Comments
 (0)