Skip to content
Snippets Groups Projects
Commit a9e3152c authored by Moritz Lange's avatar Moritz Lange
Browse files

Add new file

parent 24b587f5
Branches
No related tags found
No related merge requests found
Pipeline #1376 passed
FROM openjdk:8-jdk-alpine
VOLUME /tmp
COPY target/buildserverdemo-0.0.1-SNAPSHOT.jar app.jar
EXPOSE 8080
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment