enpoint init do nothing

This commit is contained in:
qiaofeng1227 2023-09-13 08:42:10 +08:00
parent a6f3ddd656
commit ceb4c8f61a

View File

@ -2,7 +2,6 @@
FROM golang:latest AS builder
WORKDIR /
COPY init_portainer.go /
COPY init_endpoint.go /
RUN go build -o init_portainer /init_portainer.go
RUN chmod +x /init_portainer