소스 검색

update dockerfiles

tags/v1.5.0
Jonathan Cobb 4 년 전
부모
커밋
99b84ef383
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +2
    -2
      Dockerfile
  2. +2
    -2
      Dockerfile.slim

+ 2
- 2
Dockerfile 파일 보기

@@ -54,8 +54,8 @@ RUN mkdir /bubble
COPY bin/install_packer.sh /usr/local/bin/
RUN /usr/local/bin/install_packer.sh

# Install API jar and env file
COPY bubble-server/target/bubble-server-*.jar /bubble/bubble.jar
# Install API jar and env file. Make sure we get the regular jar and not the full jar
COPY bubble-server/target/bubble-server-*-SNAPSHOT.jar /bubble/bubble.jar
COPY docker/bubble.env /bubble/bubble.env

# Setup Bubble service


+ 2
- 2
Dockerfile.slim 파일 보기

@@ -54,8 +54,8 @@ RUN mkdir /bubble
COPY bin/install_packer.sh /usr/local/bin/
#RUN /usr/local/bin/install_packer.sh

# Install API jar and env file
#COPY bubble-server/target/bubble-server-*.jar /bubble/bubble.jar
# Install env file only
#COPY bubble-server/target/bubble-server-*-SNAPSHOT.jar /bubble/bubble.jar
COPY docker/bubble.env /bubble/bubble.env

# Setup Bubble service


불러오는 중...
취소
저장