mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
dockerfile
This commit is contained in:
parent
52b0d306d0
commit
156b3a90d4
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue