Skip to content

Commit

Permalink
Workaround before we upgrade to Svelte 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MineGame159 committed Oct 19, 2024
1 parent f4b5f7d commit 10ac4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:22-alpine AS build
WORKDIR /app

COPY package.json .
RUN npm install
RUN npm install --legacy-peer-deps

COPY . .
RUN npm run build
Expand Down

0 comments on commit 10ac4ba

Please sign in to comment.