portainer/Dockerfile

10 lines
93 B
Docker

FROM centurylink/ca-certs
COPY dist /
VOLUME /data
EXPOSE 9000
ENTRYPOINT ["/portainer"]