chore: Initial import of FLEX training material
This commit is contained in:
parent
c01246d4f7
commit
12235acc42
1020 changed files with 53940 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
FROM amazoncorretto:21.0.1-alpine3.18
|
||||
|
||||
WORKDIR /app
|
||||
COPY ../../target/flexinale-distributed-besucherportal-2024.3.0-spring-boot-fat-jar.jar /app
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["java", "-jar", "flexinale-distributed-besucherportal-2024.3.0-spring-boot-fat-jar.jar"]
|
||||
|
|
@ -0,0 +1 @@
|
|||
docker build -t de.accso/flexinale-distributed-besucherportal:2024.3.0 -f Dockerfile ../../
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
FROM amazoncorretto:21.0.1-alpine3.18
|
||||
|
||||
WORKDIR /app
|
||||
COPY ../../target/flexinale-distributed-besucherportal-2024.3.0-spring-boot-fat-jar.jar /app
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["java", "-jar", "flexinale-distributed-besucherportal-2024.3.0-spring-boot-fat-jar.jar"]
|
||||
|
|
@ -0,0 +1 @@
|
|||
podman build -t de.accso/flexinale-distributed-besucherportal:2024.3.0 -f Dockerfile ../../
|
||||
Loading…
Add table
Add a link
Reference in a new issue