Skip to content
Snippets Groups Projects
Commit 827d585b authored by Linus Fankhauser's avatar Linus Fankhauser
Browse files

Dockerfiles

parent 77abb870
No related branches found
No related tags found
No related merge requests found
FROM eclipse-temurin:17-jdk-alpine
VOLUME /tmp
COPY ./build/libs/gaeste-0.1-SNAPSHOT.jar app.jar
ENTRYPOINT ["java","-jar","/app.jar"]
FROM nginx:alpine
COPY . /usr/share/nginx/html
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