Skip to content

Commit aa91e14

Browse files
committed
Revert "Change Git repo"
This reverts commit f0b037d.
1 parent 894eefa commit aa91e14

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
FROM node:22-alpine
2+
<<<<<<< HEAD
23

4+
=======
5+
ARG GIT_REPO=https://github.com/iptv-org/epg.git
6+
ARG GIT_BRANCH=master
7+
>>>>>>> parent of f0b037d7 (Change Git repo)
38
ARG WORKDIR=/epg
49
ENV CRON_SCHEDULE="0 0 * * *"
510
ENV RUN_AT_STARTUP=true
@@ -16,5 +21,4 @@ RUN npm install
1621
COPY . .
1722
RUN mkdir -p /public
1823
EXPOSE 3000
19-
20-
CMD [ "pm2-runtime", "pm2.config.js" ]
24+
CMD [ "pm2-runtime", "pm2.config.js" ]

0 commit comments

Comments
 (0)