1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00
portainer/Dockerfile
2016-04-29 21:57:27 -05:00

6 lines
69 B
Docker

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