mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
8 lines
93 B
Text
8 lines
93 B
Text
|
FROM alpine:latest
|
||
|
COPY dist /
|
||
|
VOLUME /data
|
||
|
WORKDIR /
|
||
|
EXPOSE 9000
|
||
|
|
||
|
ENTRYPOINT ["/portainer"]
|