mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +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
|
# Setup app
|
||||||
FROM base AS app
|
FROM base AS app
|
||||||
|
|
||||||
COPY pnpm-lock.yaml /var/www/stremio-web
|
COPY package.json pnpm-lock.yaml /var/www/stremio-web
|
||||||
RUN pnpm fetch --prod
|
RUN pnpm i --frozen-lockfile
|
||||||
|
|
||||||
COPY . /var/www/stremio-web
|
COPY . /var/www/stremio-web
|
||||||
RUN pnpm run build
|
RUN pnpm build
|
||||||
|
|
||||||
# Setup server
|
# Setup server
|
||||||
FROM base AS server
|
FROM base AS server
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue