Skip to content

Commit

Permalink
fix(docker): fix gradle build step (#2765)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpowell authored and ezimanyi committed Mar 18, 2019
1 parent 3fb0555 commit 5624070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . workdir/

WORKDIR workdir

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

0 comments on commit 5624070

Please sign in to comment.