diff --git a/Dockerfile b/Dockerfile index 77f713e70..9de1a7787 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM ubuntu:12.04 RUN apt-get update -RUN apt-get upgrade -y RUN apt-get install -y curl RUN curl -s https://go.googlecode.com/files/go1.2.linux-amd64.tar.gz | tar -v -C /opt -xz ;\ @@ -13,4 +12,4 @@ ADD . /app/ WORKDIR /app/ RUN go build dockerui.go EXPOSE 9000 -ENTRYPOINT ["./dockerui"] \ No newline at end of file +ENTRYPOINT ["./dockerui"] diff --git a/src/dockerui b/src/dockerui deleted file mode 120000 index a96aa0ea9..000000000 --- a/src/dockerui +++ /dev/null @@ -1 +0,0 @@ -.. \ No newline at end of file