Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 authored Oct 18, 2023
1 parent 899a20e commit 15ddce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/deployment/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,4 +19,4 @@ LABEL version="2.19.0"
COPY --from=builder /init_portainer /
COPY --from=builder /environment /

ENTRYPOINT ["/init_portainer"]
ENTRYPOINT ["/init_portainer"]

0 comments on commit 15ddce4

Please sign in to comment.