Skip to content
Snippets Groups Projects
Commit 860ceec2 authored by Jonas's avatar Jonas
Browse files

change dockerfile image

parent 8936eb6c
No related branches found
No related tags found
1 merge request!7Dev in Main Merge
FROM openjdk:21
FROM maven:3.9-eclipse-temurin-21-alpine
WORKDIR /app
COPY . .
RUN ./mvnw clean install -DskipTests
RUN mvn clean install -DskipTests
EXPOSE 8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment