Test docker compose

This commit is contained in:
kimjaeyeol
2021-11-09 15:28:07 +09:00
parent 13a6c6f0b1
commit e2df4ec64c
6 changed files with 63 additions and 16 deletions

View File

@@ -2,6 +2,8 @@
# base image - openjdk8
FROM openjdk:8-jre-alpine
# curl(healthcheck)
RUN apk --no-cache add curl
# directory 생성
RUN mkdir -p /usr/app/config
# jar 파일이 복사되는 위치