mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:20:20 +08:00
portainer
This commit is contained in:
parent
863859004a
commit
df0ec1af19
@ -4,11 +4,11 @@
|
|||||||
FROM golang:latest AS builder
|
FROM golang:latest AS builder
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY init_portainer.go /
|
COPY init_portainer.go /
|
||||||
RUN go build -o init_portainer /init_portainer.go
|
RUN CGO_ENABLED=0 go build -o init_portainer /init_portainer.go
|
||||||
RUN chmod +x /init_portainer
|
RUN chmod +x /init_portainer
|
||||||
|
|
||||||
COPY endpoint.go /
|
COPY endpoint.go /
|
||||||
RUN go build -o endpoint /endpoint.go
|
RUN CGO_ENABLED=0 go build -o endpoint /endpoint.go
|
||||||
RUN chmod +x /endpoint
|
RUN chmod +x /endpoint
|
||||||
|
|
||||||
# step2: Copy build go program to portainer
|
# step2: Copy build go program to portainer
|
||||||
|
Loading…
Reference in New Issue
Block a user