4
notification-service/Dockerfile
Normal file
4
notification-service/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM openjdk:11
|
||||
VOLUME /tmp
|
||||
COPY build/libs/notification-service-1.0.jar NotificationService.jar
|
||||
ENTRYPOINT ["java", "-jar", "NotificationService.jar"]
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'com.just-pickup'
|
||||
version = '0.0.1-SNAPSHOT'
|
||||
version = '1.0'
|
||||
sourceCompatibility = '11'
|
||||
|
||||
configurations {
|
||||
|
||||
Reference in New Issue
Block a user