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 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 COPY . /go/src/github.com/play-with-docker/play-with-docker
WORKDIR /go/src/github.com/play-with-docker/play-with-docker WORKDIR /go/src/github.com/play-with-docker/play-with-docker

2
motd
View File

@@ -1,7 +1,7 @@
############################################################### ###############################################################
# WARNING!!!! # # WARNING!!!! #
# This is a sandbox environment. Using personal credentials # # 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. # # completely the user's responsibilites. #
# # # #
# The PWD team. # # The PWD team. #