Skip to content

Commit

Permalink
Fix improper path
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 authored Oct 11, 2016
1 parent 1d055f0 commit ca6994c
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 ca6994c

Please sign in to comment.