diff --git a/Dockerfile b/Dockerfile index 7e75229..5f06e3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/motd b/motd index 54aee9c..2c1701b 100644 --- a/motd +++ b/motd @@ -1,7 +1,7 @@ ############################################################### # WARNING!!!! # # This is a sandbox environment. Using personal credentials # -# is HIGHLY! discouraged. Any consequences of doing so, are # +# is HIGHLY! discouraged. Any consequences of doing so are # # completely the user's responsibilites. # # # # The PWD team. #