1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 07:19:41 +02:00
portainer/build/linux/Dockerfile
2020-07-08 14:13:35 +12:00

11 lines
109 B
Docker

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