mirror of
https://github.com/portainer/portainer.git
synced 2025-07-26 00:39:41 +02:00
feat(build-system): add Dockerfile for Windows server 2016 (#2117)
This commit is contained in:
parent
aa36adc5fd
commit
892276b105
1 changed files with 11 additions and 0 deletions
11
build/windows2016/nanoserver/Dockerfile
Normal file
11
build/windows2016/nanoserver/Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
FROM microsoft/nanoserver
|
||||||
|
|
||||||
|
COPY dist /
|
||||||
|
|
||||||
|
VOLUME C:\\data
|
||||||
|
|
||||||
|
WORKDIR /
|
||||||
|
|
||||||
|
EXPOSE 9000
|
||||||
|
|
||||||
|
ENTRYPOINT ["/portainer.exe"]
|
Loading…
Add table
Add a link
Reference in a new issue