Skip to content

Commit

Permalink
chore(frontend): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Jul 24, 2024
1 parent 1f7046a commit bebc975
Show file tree
Hide file tree
Showing 4 changed files with 6,593 additions and 21,259 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ WORKDIR /opt/build
COPY . .
RUN make build

FROM node:16.5-alpine3.14 as node-builder
FROM node:lts as node-builder
WORKDIR /opt/build
COPY static/terraboard-vuejs ./terraboard-vuejs
WORKDIR /opt/build/terraboard-vuejs
RUN npm install
RUN npm run build
RUN yarn install
RUN yarn run build

FROM scratch
WORKDIR /
Expand Down
Loading

0 comments on commit bebc975

Please sign in to comment.