Skip to content

Commit

Permalink
Merge pull request #179 from vitrivr/docker-release-fix
Browse files Browse the repository at this point in the history
Fixing Docker Image Generation for v3.2.0
  • Loading branch information
silvanheller authored Feb 17, 2021
2 parents c677e21 + 53bdc6f commit 995368d
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 995368d

Please sign in to comment.