Merge pull request #49 from Development-team-1/도커

도커 설정 추가
This commit is contained in:
백창훈
2022-03-11 14:25:52 +09:00
committed by GitHub
2510 changed files with 2092 additions and 11 deletions

View 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"]

View File

@@ -6,7 +6,7 @@ plugins {
}
group = 'com.just-pickup'
version = '0.0.1-SNAPSHOT'
version = '1.0'
sourceCompatibility = '11'
configurations {