|
|
@@ -54,9 +54,9 @@ RUN mkdir /bubble |
|
|
|
COPY bin/install_packer.sh /usr/local/bin/ |
|
|
|
RUN /usr/local/bin/install_packer.sh |
|
|
|
|
|
|
|
# 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 |
|
|
|
# Install API jar, touch env file. Make sure we get the regular jar and not the full jar |
|
|
|
COPY bubble-server/target/bubble-server-*-prod.jar /bubble/bubble.jar |
|
|
|
RUN touch /bubble/bubble.env |
|
|
|
|
|
|
|
# Setup Bubble service |
|
|
|
RUN mkdir /etc/service/bubble |
|
|
|