feat(build-system): add Dockerfile for Windows server 2016 (#2117)

pull/2121/head
Olli Janatuinen 2018-08-02 17:52:36 +03:00 committed by Anthony Lapenna
parent aa36adc5fd
commit 892276b105
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
FROM microsoft/nanoserver
COPY dist /
VOLUME C:\\data
WORKDIR /
EXPOSE 9000
ENTRYPOINT ["/portainer.exe"]