Skip to content
Snippets Groups Projects
Commit d7a7c92d authored by nicolas's avatar nicolas
Browse files

Ajout Dockerfile

parent f750fcc3
Branches master
No related tags found
No related merge requests found
FROM openjdk:8-jdk-alpine
ARG JAR_FILE=target/*.jar
COPY ${JAR_FILE} api.jar
ENTRYPOINT ["java","-jar","/api.jar"]
\ No newline at end of file
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