Skip to content

Commit

Permalink
Merge pull request #4 from mavimo/fix-wrong-copy-file
Browse files Browse the repository at this point in the history
fixed wrong file in mojito webapp
  • Loading branch information
zuc authored Mar 20, 2019
2 parents 749f57f + 684ef4d commit a98bdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM java:8-jre as production
LABEL maintainer="[email protected]"

COPY --from=build /tmp/cli.jar /opt/mojito/cli.jar
COPY --from=build /tmp/cli.jar /opt/mojito/webapp.jar
COPY --from=build /tmp/webapp.jar /opt/mojito/webapp.jar

RUN \
apt-get update \
Expand Down

0 comments on commit a98bdf0

Please sign in to comment.