12 lines
118 B
Docker
12 lines
118 B
Docker
FROM microsoft/windowsservercore
|
|
|
|
COPY dist /
|
|
|
|
VOLUME C:\\data
|
|
|
|
WORKDIR /
|
|
|
|
EXPOSE 9000
|
|
|
|
ENTRYPOINT ["/portainer.exe"]
|