Skip to content

Commit

Permalink
also changing jar names in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanheller committed Feb 17, 2021
1 parent 995368d commit fab250c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ COPY --from=build \
/opt/cineast/cineast.json

COPY --from=build \
/cineast-src/cineast-runtime/build/libs/cineast-runtime-*-full.jar \
/cineast-src/cineast-runtime/build/libs/cineast-runtime-*-all.jar \
/opt/cineast/cineast-cli.jar

COPY --from=build \
/cineast-src/cineast-api/build/libs/cineast-api-*-full.jar \
/cineast-src/cineast-api/build/libs/cineast-api-*-all.jar \
/opt/cineast/cineast-api.jar

COPY --from=build \
Expand Down

0 comments on commit fab250c

Please sign in to comment.