fix cron for epg
Build and Push Docker Images / build-and-push (push) Successful in 1m45s

This commit is contained in:
2026-05-24 13:42:04 +02:00
parent 019e1054b9
commit 6b63abc2af
2 changed files with 18 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
FROM node:20-alpine
# Install required packages
RUN apk add --no-cache git curl unzip coreutils
RUN apk add --no-cache git curl unzip coreutils dcron
# Set working directory
WORKDIR /app
@@ -9,7 +9,7 @@ WORKDIR /app
# Clone the latest EPG repository code
RUN git clone --depth 1 -b master https://github.com/iptv-org/epg.git . && \
npm install && \
npm install pm2 serve -g
npm install serve -g
# Create guides directory
RUN mkdir -p /app/guides