mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
fix(build): missing concat EOL on Dockerfile (#955)
This commit is contained in:
parent
f774831d76
commit
e63719a57d
2 changed files with 7 additions and 7 deletions
|
@ -2,8 +2,8 @@
|
|||
FROM node:18.7.0-alpine3.16 AS web-builder
|
||||
COPY . ./
|
||||
WORKDIR /web
|
||||
RUN corepack enable &&
|
||||
pnpm install --frozen-lockfile &&
|
||||
RUN corepack enable && \
|
||||
pnpm install --frozen-lockfile && \
|
||||
pnpm run build
|
||||
|
||||
# build app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue