mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
10 lines
98 B
Text
10 lines
98 B
Text
|
FROM golang:windowsservercore
|
||
|
|
||
|
COPY dist /
|
||
|
|
||
|
WORKDIR /
|
||
|
|
||
|
EXPOSE 9000
|
||
|
|
||
|
ENTRYPOINT ["/portainer.exe"]
|