4 lines
63 B
Docker
4 lines
63 B
Docker
FROM node:20-alpine
|
|
|
|
RUN npm install -g @peertube/peertube-cli
|
FROM node:20-alpine
|
|
|
|
RUN npm install -g @peertube/peertube-cli
|