Skip to content

Commit

Permalink
fixed wrong file in mojito webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Mar 20, 2019
1 parent 749f57f commit 684ef4d
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 684ef4d

Please sign in to comment.