Skip to content
Snippets Groups Projects
Commit 7b01e0e0 authored by Stian Lyng Stræte's avatar Stian Lyng Stræte
Browse files

Add Dockerfile

parent 184c0588
No related branches found
No related tags found
No related merge requests found
FROM eclipse-temurin:19-jdk-alpine
VOLUME /tmp
COPY target/*.jar app.jar
ENTRYPOINT ["java","-jar","/app.jar"]
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