Skip to content

Commit

Permalink
Vue Compat migration build setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fergus MacConnell authored and Fergus MacConnell committed Jun 24, 2024
1 parent 18f4ee9 commit 8e454fe
Show file tree
Hide file tree
Showing 12 changed files with 27,808 additions and 4,054 deletions.
2 changes: 1 addition & 1 deletion app/frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.2
18.12.0
4 changes: 2 additions & 2 deletions app/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ WORKDIR /app

COPY package*.json ./

RUN npm install
RUN npm install --legacy-peer-deps

COPY . /app

RUN npm i && npm run build
RUN npm i --legacy-peer-deps && npm run build --legacy-peer-deps
Loading

0 comments on commit 8e454fe

Please sign in to comment.