Skip to content

Commit

Permalink
changing docker image generation since proto-dependencies are now inc…
Browse files Browse the repository at this point in the history
…luded via maven
  • Loading branch information
silvanheller committed Feb 17, 2021
1 parent c677e21 commit 53bdc6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ RUN apt-get update && \
apt-get install -y maven
COPY . /cineast-src
RUN cd /cineast-src && \
./gradlew :cineast-core:generateProto && \
./gradlew getExternalFiles && \
./gradlew fatJar
./gradlew shadowJar

FROM openjdk:14-slim-buster

Expand Down

0 comments on commit 53bdc6f

Please sign in to comment.