mirror of
https://github.com/beego/bee.git
synced 2024-11-22 10:10:53 +00:00
fix docker build error by dockerBuildTemplate
This commit is contained in:
parent
aa19ecedb0
commit
8d646b4be1
@ -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