mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
enpoint init do nothing
This commit is contained in:
parent
a6f3ddd656
commit
ceb4c8f61a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user