From 2db99a538e9fa6be6d54546b50c849389a75eb14 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 5 Jan 2025 15:09:09 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index adecbea1..b1952e98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \