mirror of
https://github.com/iptv-org/epg
synced 2026-07-15 11:37:10 -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
|