updated copyright, added actions workflow script

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-04 21:22:20 +01:00
parent de98c400c7
commit b5cb254c2d
41 changed files with 112 additions and 40 deletions

View File

@@ -1,5 +1,6 @@
FROM alpine AS build
RUN apk update apk add openjdk21-jre
RUN apk update
RUN apk add openjdk21-jre
RUN apk add bash git
ADD . /OpenCloudCal
WORKDIR /OpenCloudCal