mirror of
https://github.com/beego/bee.git
synced 2024-11-22 05:00:54 +00:00
Merge pull request #382 from scrpgil/develop
fix docker build error by dockerBuildTemplate
This commit is contained in:
commit
9760ce6623
@ -44,8 +44,7 @@ ENTRYPOINT $APP_DIR/{{.Entrypoint}}
|
|||||||
ADD . $APP_DIR
|
ADD . $APP_DIR
|
||||||
|
|
||||||
# Compile the binary and statically link
|
# Compile the binary and statically link
|
||||||
RUN cd $APP_DIR
|
RUN cd $APP_DIR && CGO_ENABLED=0 godep go build -ldflags '-d -w -s'
|
||||||
RUN CGO_ENABLED=0 godep go build -ldflags '-d -w -s'
|
|
||||||
|
|
||||||
EXPOSE {{.Expose}}
|
EXPOSE {{.Expose}}
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue
Block a user