mirror of
https://github.com/iptv-org/epg
synced 2026-05-06 09:27:03 -04: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_REPO=https://github.com/iptv-org/epg.git
|
||||||
ARG GIT_BRANCH=master
|
ARG GIT_BRANCH=master
|
||||||
ARG WORKDIR=/epg
|
ARG WORKDIR=/epg
|
||||||
ENV CRON_SCHEDULE="0 0 * * *"
|
|
||||||
ENV GZIP=false
|
|
||||||
ENV MAX_CONNECTIONS=1
|
|
||||||
ENV TIMEOUT=
|
|
||||||
ENV DELAY=
|
|
||||||
ENV DAYS=
|
|
||||||
RUN apk update \
|
RUN apk update \
|
||||||
&& apk upgrade --available \
|
&& apk upgrade --available \
|
||||||
&& apk add curl git tzdata bash \
|
&& apk add curl git tzdata bash \
|
||||||
|
|||||||
Reference in New Issue
Block a user