move my configs from github to here
Some checks failed
Build Docker Image on Commit / build-and-publish (push) Failing after 5s

This commit is contained in:
Merith-TK 2025-05-12 19:32:15 +00:00
parent 4e0a2dd4b2
commit 79d2ca019d
2 changed files with 41 additions and 1 deletions

View file

@ -1 +1,8 @@
FROM alpine:3.12
FROM eclipse-temurin:17.0.7_7-jre-alpine
RUN apk add wget jq bash
RUN rm -rf /var/cache/apk/*
WORKDIR /data
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]