e4d98082dc
* fix(api): disable data directory creation * feat(dockerhub): update volume instruction value for Windows Dockerfiles
12 lines
136 B
Docker
12 lines
136 B
Docker
FROM microsoft/windowsservercore
|
|
|
|
COPY dist /
|
|
|
|
VOLUME C:\\ProgramData\\Portainer
|
|
|
|
WORKDIR /
|
|
|
|
EXPOSE 9000
|
|
|
|
ENTRYPOINT ["/portainer.exe"]
|