mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 18:30:29 +00:00
This commit is contained in:
parent
000d5be639
commit
536be36005
1 changed files with 3 additions and 3 deletions
|
|
@ -19,11 +19,11 @@ WORKDIR /var/www/stremio-web
|
|||
# Setup app
|
||||
FROM base AS app
|
||||
|
||||
COPY pnpm-lock.yaml /var/www/stremio-web
|
||||
RUN pnpm fetch --prod
|
||||
COPY package.json pnpm-lock.yaml /var/www/stremio-web
|
||||
RUN pnpm i --frozen-lockfile
|
||||
|
||||
COPY . /var/www/stremio-web
|
||||
RUN pnpm run build
|
||||
RUN pnpm build
|
||||
|
||||
# Setup server
|
||||
FROM base AS server
|
||||
|
|
|
|||
Loading…
Reference in a new issue