fix issues in docker file
All checks were successful
Build docker container / build (push) Successful in 9m6s
All checks were successful
Build docker container / build (push) Successful in 9m6s
This commit is contained in:
18
Dockerfile
18
Dockerfile
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22-alpine
|
FROM node:24-alpine
|
||||||
ARG GIT_REPO=https://github.com/iptv-org/epg.git
|
ARG GIT_REPO=https://github.com/iptv-org/epg.git
|
||||||
ARG GIT_BRANCH=master
|
ARG GIT_BRANCH=master
|
||||||
ENV CRON_SCHEDULE="0 0,12 * * *"
|
ENV CRON_SCHEDULE="0 0,12 * * *"
|
||||||
@@ -28,15 +28,17 @@ RUN apk update \
|
|||||||
&& rm -rf .husky \
|
&& rm -rf .husky \
|
||||||
&& rm -rf .github \
|
&& rm -rf .github \
|
||||||
&& rm -rf .git \
|
&& rm -rf .git \
|
||||||
&& rm .gitignore \
|
&& rm Dockerfile \
|
||||||
&& rm CONTRIBUTING.md \
|
&& rm .gitignore \
|
||||||
&& rm LICENSE \
|
&& rm -f CONTRIBUTING.md \
|
||||||
&& rm README.md \
|
&& rm -f GUIDES.md \
|
||||||
&& rm SITES.md \
|
&& rm -f LICENSE \
|
||||||
|
&& rm -f README.md \
|
||||||
|
&& rm -f SITES.md \
|
||||||
&& rm -rf tests \
|
&& rm -rf tests \
|
||||||
&& rm sites/**/readme.md \
|
&& rm -f sites/**/readme.md \
|
||||||
&& rm -rf sites/**/__data__ \
|
&& rm -rf sites/**/__data__ \
|
||||||
&& rm sites/**/**.test.js \
|
&& rm -f sites/**/**.test.js \
|
||||||
&& rm -rf node_modules/**/.package-lock.json \
|
&& rm -rf node_modules/**/.package-lock.json \
|
||||||
&& rm -rf node_modules/**/.tsconfig.json \
|
&& rm -rf node_modules/**/.tsconfig.json \
|
||||||
&& rm -rf node_modules/**/.tsconfig.tsbuildinfo.json \
|
&& rm -rf node_modules/**/.tsconfig.tsbuildinfo.json \
|
||||||
|
|||||||
Reference in New Issue
Block a user