1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-03 04:45:21 +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

View file

@ -0,0 +1,9 @@
FROM golang:nanoserver
COPY dist /
WORKDIR /
EXPOSE 9000
ENTRYPOINT ["/portainer.exe"]