exemONE Agent 추가
This commit is contained in:
@@ -4,9 +4,16 @@ FROM tomcat:9.0.74
|
|||||||
# 명령들을 수행할 디렉토리 설정
|
# 명령들을 수행할 디렉토리 설정
|
||||||
WORKDIR /usr/local/intermax
|
WORKDIR /usr/local/intermax
|
||||||
|
|
||||||
# InterMAX 테스트용 파일 추가
|
# InterMAX Agent 파일 추가
|
||||||
COPY ./intermax/ ./
|
COPY ./intermax/ ./
|
||||||
|
|
||||||
|
|
||||||
|
# 명령들을 수행할 디렉토리 설정
|
||||||
|
WORKDIR /usr/local/exem
|
||||||
|
|
||||||
|
# exemONE Agent 파일 추가
|
||||||
|
COPY ./exem/ ./
|
||||||
|
|
||||||
# 명령들을 수행할 디렉토리 설정
|
# 명령들을 수행할 디렉토리 설정
|
||||||
WORKDIR /usr/local/tomcat
|
WORKDIR /usr/local/tomcat
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user