Update Dockerfile

This commit is contained in:
freearhey 2025-01-05 15:09:09 +03:00
parent 6e2a814487
commit 2db99a538e

View file

@ -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 \