Skip to content

Commit

Permalink
chore: fix JS based on @Doozers' work in moul#533
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Touron <[email protected]>
  • Loading branch information
moul authored and Doozers committed Jul 25, 2022
1 parent c5328d0 commit 40e8b37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 65,220 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ ARG VERSION


# web build
FROM node:14 as web-build
FROM node:12-alpine as web-build
RUN npm i -g npm@8
RUN apk add --no-cache python2 g++ make
WORKDIR /app
COPY ./web/package*.json ./web/yarn.* ./
RUN npm install --force
RUN npm install --legacy-peer-deps
COPY ./web/ ./
RUN npm run build

Expand Down
Loading

0 comments on commit 40e8b37

Please sign in to comment.