Skip to content

Commit

Permalink
Dockerfile: fix iovnscli (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl authored Apr 30, 2020
1 parent af1209a commit f6e55f7
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 @@ -16,7 +16,7 @@ USER iovnsuser
EXPOSE 46656 46657 46660

ARG NSDBINARY=cmd/iovnsd/iovnsd
ARG NSDCLIBINARY=cmd/iovnscli/iovnscli
ARG NSCLIBINARY=cmd/iovnscli/iovnscli

COPY $NSDBINARY /usr/bin/iovnsd
COPY $NSCLIBINARY /usr/bin/iovnscli
Expand Down

0 comments on commit f6e55f7

Please sign in to comment.