mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update Dockerfile
This commit is contained in:
parent
12740941d5
commit
85442212dc
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ RUN apk update \
|
|||
&& apk upgrade --available \
|
||||
&& apk add curl git tzdata bash \
|
||||
&& npm install -g npm@latest \
|
||||
&& npm install pm2 -g \
|
||||
&& mkdir $(echo "${WORKDIR}") -p \
|
||||
&& cd $WORKDIR \
|
||||
&& git clone --depth 1 -b $(echo "${GIT_BRANCH} ${GIT_REPO}") . \
|
||||
|
@ -22,4 +21,4 @@ RUN apk del git curl \
|
|||
&& rm -rf /var/cache/apk/*
|
||||
WORKDIR $WORKDIR
|
||||
EXPOSE 3000
|
||||
CMD [ "pm2-runtime", "pm2.config.js" ]
|
||||
CMD [ "npx", "pm2-runtime", "pm2.config.js" ]
|
Loading…
Add table
Add a link
Reference in a new issue