FROM golang:1.9
ENV APPDIR $GOPATH/src/github.com/localhots/cmdui/backend
ADD . $APPDIR
WORKDIR $APPDIR