mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
11 lines
114 B
Docker
11 lines
114 B
Docker
FROM microsoft/nanoserver
|
|
|
|
COPY dist /
|
|
|
|
RUN mkdir C:\\data
|
|
|
|
WORKDIR /
|
|
|
|
EXPOSE 9000
|
|
|
|
ENTRYPOINT ["/portainer.exe"]
|