From b82e8308bd94cbfa81e6d1b2c2aa9d3bfb2b08ac Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Thu, 6 Jul 2017 17:22:43 -0300 Subject: [PATCH] Add fixes in Dockerfile and motd --- Dockerfile | 4 ---- motd | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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. #