1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-01 20:05:23 +02:00
portainer/build/linux/Dockerfile
2018-01-22 10:06:47 +01:00

11 lines
98 B
Docker

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