1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00
portainer/Dockerfile

7 lines
69 B
Text
Raw Normal View History

FROM scratch
COPY dist /
2013-10-02 04:44:02 +00:00
EXPOSE 9000
2016-04-29 21:57:27 -05:00
ENTRYPOINT ["/ui-for-docker"]