added workflow definition
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 1m50s
Build Docker Image / Clean-Registry (push) Successful in 2s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-04 23:38:51 +01:00
parent 45af98ec2d
commit 3a072420f4
2 changed files with 73 additions and 1 deletions

View File

@@ -4,7 +4,8 @@ MAINTAINER Stephan Richter <s.richter@srsoftware.de>
RUN apk add --no-cache --update bash git maven openjdk17
# get the sources
RUN git clone https://git.srsoftware.de/StephanRichter/Widerhall.git
#RUN git clone https://git.srsoftware.de/StephanRichter/Widerhall.git -b lang_de
ADD . Widerhall
WORKDIR Widerhall
# compile