1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 13:25:26 +02:00
portainer/build/linux/Dockerfile
2019-03-13 11:09:53 +13:00

7 lines
94 B
Docker

FROM portainer/base
COPY dist /
VOLUME /data
WORKDIR /
EXPOSE 9000
ENTRYPOINT ["/portainer"]