Skip to content

Commit

Permalink
fix(build): Fixed Dockerfile for composite builds. (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wiseblatt authored and Travis Tomsu committed Oct 29, 2018
1 parent f38642e commit ce295b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ COPY . workdir/

WORKDIR workdir

RUN GRADLE_USER_HOME=cache ./gradlew buildDeb -x test && \
RUN GRADLE_USER_HOME=cache ./gradlew buildDeb \
-I gradle/init-publish.gradle \
-x test && \
dpkg -i ./echo-web/build/distributions/*.deb && \
cd .. && \
rm -rf workdir
Expand Down

0 comments on commit ce295b0

Please sign in to comment.