Update Dockerfile
This commit is contained in:
parent
899a20e6c7
commit
15ddce4683
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# modify time: 202310181830, you can modify here to trigger Docker Build action
|
||||
# modify time: 202310182030, you can modify here to trigger Docker Build action
|
||||
# step1: Build entrypoint execute program init_portainer by golang
|
||||
|
||||
FROM golang:latest AS builder
|
||||
|
@ -19,4 +19,4 @@ LABEL version="2.19.0"
|
|||
COPY --from=builder /init_portainer /
|
||||
COPY --from=builder /environment /
|
||||
|
||||
ENTRYPOINT ["/init_portainer"]
|
||||
ENTRYPOINT ["/init_portainer"]
|
||||
|
|
Loading…
Add table
Reference in a new issue