dockerfile

This commit is contained in:
qiaofeng1227 2023-10-17 11:30:13 +08:00
parent 52b0d306d0
commit 156b3a90d4

View file

@ -6,6 +6,7 @@ RUN go build -o init_portainer /init_portainer.go
RUN chmod +x /init_portainer
# step2: copy build go program to portainer
# Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile
FROM portainer/portainer-ce:2.19.0
LABEL maintainer="websoft9<help@websoft9.com>"
LABEL version="2.19.0"