mirror of https://github.com/portainer/portainer
8 lines
93 B
Plaintext
8 lines
93 B
Plaintext
![]() |
FROM alpine:latest
|
||
|
COPY dist /
|
||
|
VOLUME /data
|
||
|
WORKDIR /
|
||
|
EXPOSE 9000
|
||
|
|
||
|
ENTRYPOINT ["/portainer"]
|