mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
11 lines
111 B
Docker
11 lines
111 B
Docker
FROM microsoft/nanoserver
|
|
|
|
COPY dist /
|
|
|
|
VOLUME C:\\data
|
|
|
|
WORKDIR /
|
|
|
|
EXPOSE 9000
|
|
|
|
ENTRYPOINT ["/portainer.exe"]
|