mirror of
https://github.com/portainer/portainer.git
synced 2025-08-01 20:05:23 +02:00
14 lines
152 B
Docker
14 lines
152 B
Docker
FROM alpine:latest
|
|
|
|
COPY dist /
|
|
|
|
VOLUME /data
|
|
WORKDIR /
|
|
|
|
EXPOSE 9000
|
|
EXPOSE 9443
|
|
EXPOSE 8000
|
|
|
|
LABEL io.portainer.server true
|
|
|
|
ENTRYPOINT ["/portainer"]
|