1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00
portainer/build/windows/microsoftservercore/Dockerfile

10 lines
98 B
Text
Raw Normal View History

FROM golang:windowsservercore
COPY dist /
WORKDIR /
EXPOSE 9000
ENTRYPOINT ["/portainer.exe"]