Browse Source

done

release/0.0.1
wyz 3 years ago
parent
commit
ec699f26a2
2 changed files with 4 additions and 4 deletions
  1. +1
    -1
      src/main/docker/Dockerfile

Dockerfile → src/main/docker/Dockerfile View File

@ -1,4 +1,4 @@
FROM openjdk:8-jdk-alpine
VOLUME /tmp
ADD spring-boot-docker-1.0.jar app.jar
ADD DeliveryTakingSystem-0.0.2-SNAPSHOT.jar app.jar
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]

Loading…
Cancel
Save