@@ -8,4 +8,5 @@ COPY js /go/bin/js
COPY fillin.html /go/bin
COPY home.html /go/bin
COPY index.html /go/bin
-WORKDIR /go/bin
+WORKDIR /go/bin
+CMD ["echo","hello"]