1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

chore(docker): update build system with Docker for Windows support (#283)

This commit is contained in:
Anthony Lapenna 2016-10-26 09:04:26 +13:00 committed by GitHub
parent c3cf5b5f9d
commit d0954abe29
5 changed files with 61 additions and 11 deletions

9
build/linux/Dockerfile Normal file
View file

@ -0,0 +1,9 @@
FROM centurylink/ca-certs
COPY dist /
VOLUME /data
EXPOSE 9000
ENTRYPOINT ["/portainer"]