mirror of https://github.com/portainer/portainer
12 lines
111 B
Docker
12 lines
111 B
Docker
|
FROM microsoft/nanoserver
|
||
|
|
||
|
COPY dist /
|
||
|
|
||
|
VOLUME C:\\data
|
||
|
|
||
|
WORKDIR /
|
||
|
|
||
|
EXPOSE 9000
|
||
|
|
||
|
ENTRYPOINT ["/portainer.exe"]
|