Add fixes in Dockerfile and motd

This commit is contained in:
Marcos Lilljedahl
2017-07-06 17:22:43 -03:00
parent 020579f10d
commit b82e8308bd
2 changed files with 1 additions and 5 deletions

View File

@@ -1,9 +1,5 @@
FROM golang:1.8
# Copy the runtime dockerfile into the context as Dockerfile
COPY Dockerfile.run /go/bin/Dockerfile
COPY ./www /go/bin/www
COPY . /go/src/github.com/play-with-docker/play-with-docker
WORKDIR /go/src/github.com/play-with-docker/play-with-docker