f9327b3337
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
10 lines
101 B
Docker
10 lines
101 B
Docker
FROM microsoft/windowsservercore
|
|
|
|
COPY dist /
|
|
|
|
WORKDIR /
|
|
|
|
EXPOSE 9000
|
|
|
|
ENTRYPOINT ["/portainer.exe"]
|