This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user