portainer/Dockerfile

9 lines
83 B
Docker

FROM scratch
COPY dist /
VOLUME /data
EXPOSE 9000
ENTRYPOINT ["/ui-for-docker"]