mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
enpoint init do nothing
This commit is contained in:
parent
a6f3ddd656
commit
ceb4c8f61a
@ -2,7 +2,6 @@
|
|||||||
FROM golang:latest AS builder
|
FROM golang:latest AS builder
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY init_portainer.go /
|
COPY init_portainer.go /
|
||||||
COPY init_endpoint.go /
|
|
||||||
RUN go build -o init_portainer /init_portainer.go
|
RUN go build -o init_portainer /init_portainer.go
|
||||||
RUN chmod +x /init_portainer
|
RUN chmod +x /init_portainer
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user