Skip to content

Commit

Permalink
Merge pull request #719 from zalokhan/docker
Browse files Browse the repository at this point in the history
Fixing renamed jar in Dockerfile
  • Loading branch information
no2chem committed Jun 16, 2017
2 parents 336be2f + 6c2328e commit 14d7056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN set -ex && \
/tmp/* /var/cache/apk/* && \
echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf

COPY cmdlets/target/cmdlets-0.1-SNAPSHOT-shaded.jar /usr/share/corfu/lib/cmdlets-0.1-SNAPSHOT-shaded.jar
COPY cmdlets/target/cmdlets-*-shaded.jar /usr/share/corfu/lib/cmdlets-0.1-SNAPSHOT-shaded.jar
COPY corfu_scripts /usr/share/corfu/corfu_scripts
COPY scripts /usr/share/corfu/scripts
COPY bin /usr/share/corfu/bin

0 comments on commit 14d7056

Please sign in to comment.