Some checks failed
Gitea/swiss-backend/pipeline/head There was a failure building this commit
5 lines
115 B
Docker
Executable File
5 lines
115 B
Docker
Executable File
FROM eclipse-temurin:25
|
|
|
|
COPY target/swiss*.jar swiss-backend.jar
|
|
|
|
ENTRYPOINT ["java", "-jar", "swiss-backend.jar"] |