portainer/build/linux/Dockerfile

12 lines
98 B
Docker

FROM portainer/base
COPY dist /
VOLUME /data
WORKDIR /
EXPOSE 9000
ENTRYPOINT ["/portainer"]