This commit is contained in:
parent
e567028498
commit
4c9fa6f00c
|
@ -2,6 +2,7 @@ FROM node:alpine
|
|||
|
||||
RUN mkdir -p /usr/src/preservetube/metadata
|
||||
WORKDIR /usr/src/preservetube/metadata
|
||||
RUN apk add --no-cache python3 alpine-sdk
|
||||
|
||||
COPY . /usr/src/preservetube/metadata
|
||||
RUN yarn
|
||||
|
|
Loading…
Reference in New Issue