1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

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

This commit is contained in:
Olli Janatuinen 2018-08-02 17:52:36 +03:00 committed by Anthony Lapenna
parent aa36adc5fd
commit 892276b105

View file

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