mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
11 lines
104 B
Docker
11 lines
104 B
Docker
FROM centurylink/ca-certs
|
|
|
|
COPY dist /
|
|
|
|
VOLUME /data
|
|
|
|
WORKDIR /
|
|
|
|
EXPOSE 9000
|
|
|
|
ENTRYPOINT ["/portainer"]
|