feat(build-system): add Dockerfile for Windows server 2016 (#2117)
parent
aa36adc5fd
commit
892276b105
|
@ -0,0 +1,11 @@
|
|||
FROM microsoft/nanoserver
|
||||
|
||||
COPY dist /
|
||||
|
||||
VOLUME C:\\data
|
||||
|
||||
WORKDIR /
|
||||
|
||||
EXPOSE 9000
|
||||
|
||||
ENTRYPOINT ["/portainer.exe"]
|
Loading…
Reference in New Issue