Skip to content

Commit

Permalink
Merge pull request #151 from nds-org/apiserver-build
Browse files Browse the repository at this point in the history
Fix improper path
  • Loading branch information
craig-willis authored Oct 11, 2016
2 parents 1d055f0 + ca6994c commit 05b2f6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apiserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ MAINTAINER [email protected]


COPY . /go/src/github.com/ndslabs/apiserver
COPY templates entrypoint.sh /
COPY entrypoint.sh /entrypoint.sh
COPY templates /templates

RUN apt-get update -y -qq && \
apt-get install -y -qq binutils curl gcc git vim && \
Expand Down

0 comments on commit 05b2f6a

Please sign in to comment.