update with new version
Build and Push Docker Images / build-and-push (push) Successful in 1m49s

This commit is contained in:
2026-05-17 15:08:09 +02:00
parent 8db614f098
commit 019e1054b9
2 changed files with 52 additions and 135 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine
# Install required packages
RUN apk add --no-cache git curl unzip coreutils
@@ -11,8 +11,8 @@ RUN git clone --depth 1 -b master https://github.com/iptv-org/epg.git . && \
npm install && \
npm install pm2 serve -g
# Create output directory
RUN mkdir -p /app/output
# Create guides directory
RUN mkdir -p /app/guides
# Copy entrypoint script
COPY entrypoint.sh /app/entrypoint.sh