mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 12:25:22 +02:00
12 lines
121 B
Docker
12 lines
121 B
Docker
FROM portainer/base
|
|
|
|
COPY dist /
|
|
|
|
VOLUME /data
|
|
WORKDIR /
|
|
|
|
EXPOSE 9000
|
|
EXPOSE 9443
|
|
EXPOSE 8000
|
|
|
|
ENTRYPOINT ["/portainer"]
|