mirror of
https://github.com/iptv-org/epg
synced 2026-04-24 19:47:00 -04:00
Update Dockerfile
This commit is contained in:
@@ -20,7 +20,6 @@ RUN apk update \
|
||||
&& mkdir /public
|
||||
RUN apk del git curl \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
COPY pm2.config.js $WORKDIR
|
||||
WORKDIR $WORKDIR
|
||||
EXPOSE 3000
|
||||
CMD [ "pm2-runtime", "pm2.config.js" ]
|
||||
Reference in New Issue
Block a user