mirror of
https://github.com/iptv-org/epg
synced 2026-03-31 16:11:29 -04:00
6 lines
82 B
Docker
6 lines
82 B
Docker
FROM node:lts-slim
|
|
LABEL authors="torvalds"
|
|
WORKDIR /app
|
|
COPY . .
|
|
RUN npm install
|