This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
portainer
mirror of
https://github.com/portainer/portainer
Watch
1
Star
0
Fork
You've already forked portainer
0
Code
Issues
Releases
Wiki
Activity
9da08bc792
portainer
/
build
/
windows2016
/
nanoserver
/
Dockerfile
10 lines
102 B
Docker
Raw
Normal View
History
Unescape
Escape
fix(build-system) - add sac2016 tag for Windows image (#2909)
2019-05-29 04:57:30 +00:00
FROM
microsoft/nanoserver:sac2016
feat(build-system): add Dockerfile for Windows server 2016 (#2117)
2018-08-02 14:52:36 +00:00
COPY
dist /
WORKDIR
/
EXPOSE
9000
ENTRYPOINT
[
"/portainer.exe"
]