Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed Jun 26, 2017
1 parent a9ae956 commit 4bee96c
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 @@ -6,5 +6,5 @@ RUN apk --update upgrade && \
update-ca-certificates && \
rm -rf /var/cache/apk/*

ADD ./backend/build/nomad-helper-linux-amd64 /nomad-helper
ADD ./build/nomad-helper-linux-amd64 /nomad-helper
ENTRYPOINT ["/nomad-helper"]

0 comments on commit 4bee96c

Please sign in to comment.