mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
Remove unuse step
This commit is contained in:
parent
df60ec74f0
commit
560a27ac24
1 changed files with 0 additions and 3 deletions
|
|
@ -14,10 +14,7 @@ FROM base AS prebuild
|
|||
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache git
|
||||
|
||||
RUN mkdir -p /var/www/stremio-web
|
||||
WORKDIR /var/www/stremio-web
|
||||
|
||||
COPY . .
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
|
|
|
|||
Loading…
Reference in a new issue