Dockerfile: set GOOS and GOARCH
This commit is contained in:
parent
37a12b6965
commit
f7d5c992e5
|
@ -1,5 +1,8 @@
|
|||
FROM alpine:3.11.6
|
||||
|
||||
ARG GOOS="linux"
|
||||
ARG GOARCH="amd64"
|
||||
|
||||
ARG RUNTIME_USER="mxgateway"
|
||||
ARG RUNTIME_USER_UID=4583
|
||||
|
||||
|
|
Loading…
Reference in New Issue