Files
portainer/Dockerfile
T
2016-09-04 14:50:37 +12:00

10 lines
93 B
Docker

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