mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
7 lines
94 B
Docker
7 lines
94 B
Docker
FROM portainer/base
|
|
COPY dist /
|
|
VOLUME /data
|
|
WORKDIR /
|
|
EXPOSE 9000
|
|
|
|
ENTRYPOINT ["/portainer"]
|