mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
build: migrate to pnpm (#772)
This commit is contained in:
@@ -21,7 +21,7 @@ WORKDIR /usr/src/app/
|
||||
COPY . ./
|
||||
|
||||
# Fetch dependencies from npm
|
||||
RUN npm ci --legacy-peer-deps
|
||||
RUN pnpm install --frozen-lockfile --legacy-peer-deps
|
||||
|
||||
# Build assets
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user