mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Update Dockerfile
This commit is contained in:
@@ -2,12 +2,6 @@ FROM node:22-alpine
|
||||
ARG GIT_REPO=https://github.com/iptv-org/epg.git
|
||||
ARG GIT_BRANCH=master
|
||||
ARG WORKDIR=/epg
|
||||
ENV CRON_SCHEDULE="0 0 * * *"
|
||||
ENV GZIP=false
|
||||
ENV MAX_CONNECTIONS=1
|
||||
ENV TIMEOUT=
|
||||
ENV DELAY=
|
||||
ENV DAYS=
|
||||
RUN apk update \
|
||||
&& apk upgrade --available \
|
||||
&& apk add curl git tzdata bash \
|
||||
|
||||
Reference in New Issue
Block a user