added docker support
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -14,7 +14,7 @@
|
||||
<name>SWA-Jodel</name>
|
||||
<description>SWA-Jodel</description>
|
||||
<properties>
|
||||
<java.version>22</java.version>
|
||||
<java.version>21</java.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -35,6 +35,7 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>swa-jodel-backend</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
||||
Reference in New Issue
Block a user