portainer/build/linux/Dockerfile

8 lines
94 B
Docker

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