Browse Source

fixing Dockerfile for german language

lang_de
Stephan Richter 2 years ago
parent
commit
a066e7be32
  1. 2
      Dockerfile
  2. 2
      pom.xml

2
Dockerfile

@ -4,7 +4,7 @@ MAINTAINER Stephan Richter <s.richter@srsoftware.de> @@ -4,7 +4,7 @@ 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
WORKDIR Widerhall
# compile

2
pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<groupId>org.example</groupId>
<artifactId>Widerhall</artifactId>
<version>0.2.8</version>
<version>0.2.9</version>
<build>
<plugins>
<plugin>

Loading…
Cancel
Save