mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
7 lines
80 B
Docker
7 lines
80 B
Docker
FROM scratch
|
|
|
|
COPY dockerui /
|
|
COPY dist /
|
|
|
|
EXPOSE 9000
|
|
ENTRYPOINT ["/dockerui"]
|