Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-10-18 19:57:35 +08:00 committed by GitHub
parent 899a20e6c7
commit 15ddce4683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 # step1: Build entrypoint execute program init_portainer by golang
FROM golang:latest AS builder FROM golang:latest AS builder
@ -19,4 +19,4 @@ LABEL version="2.19.0"
COPY --from=builder /init_portainer / COPY --from=builder /init_portainer /
COPY --from=builder /environment / COPY --from=builder /environment /
ENTRYPOINT ["/init_portainer"] ENTRYPOINT ["/init_portainer"]