Fix mistake of execution directory by dockerBuldTemplate

This commit is contained in:
scrpgil 2017-03-20 22:57:09 +09:00
parent 9760ce6623
commit 32e7b144f9
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ ENV APP_DIR $GOPATH{{.Appdir}}
RUN mkdir -p $APP_DIR
# Set the entrypoint
ENTRYPOINT $APP_DIR/{{.Entrypoint}}
ENTRYPOINT (cd $APP_DIR && ./{{.Entrypoint}})
ADD . $APP_DIR
# Compile the binary and statically link