mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-28 17:25:08 -05:00
Dockerfile: Fixing the node version
This commit is contained in:
parent
68fbb7ae54
commit
d435c2c59f
@ -4,10 +4,10 @@ WORKDIR /transcoder
|
||||
COPY src/Kyoo.Transcoder .
|
||||
RUN cmake . && make -j
|
||||
|
||||
FROM node:16-alpine as webapp
|
||||
FROM node:14-alpine as webapp
|
||||
WORKDIR /webapp
|
||||
COPY src/Kyoo.WebApp/Front .
|
||||
RUN npm install -g @angular/cli #???
|
||||
RUN npm install -g @angular/cli
|
||||
RUN yarn install --frozen-lockfile
|
||||
RUN yarn run build --configuration production
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user