This website requires JavaScript.
Explore
Help
Sign In
iptv-org
/
epg
Watch
1
Star
0
Fork
0
mirror of
https://github.com/iptv-org/epg
synced
2026-09-08 21:06:57 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9d3623294e4d2e0d92190063fcbe1003ffe253ab
epg
/
Dockerfile
T
6 lines
82 B
Docker
Raw
Normal View
History
Unescape
Escape
Add .dockerignore file and Dockerfile, update .gitignore in /output directory
2024-08-02 15:48:27 +02:00
FROM
node:lts-slim
LABEL
authors
=
"torvalds"
WORKDIR
/app
COPY
. .
RUN
npm install
Reference in New Issue
Copy Permalink