Add fixes in Dockerfile and motd
This commit is contained in:
@@ -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
2
motd
@@ -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. #
|
||||||
|
|||||||
Reference in New Issue
Block a user