1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

fix(build-system) - add sac2016 tag for Windows image (#2909)

This commit is contained in:
Steven Kang 2019-05-29 16:57:30 +12:00 committed by Anthony Lapenna
parent 5388585ef1
commit d75f2f5d7d
3 changed files with 4 additions and 17 deletions

View file

@ -1,13 +0,0 @@
FROM microsoft/nanoserver
USER ContainerAdministrator
COPY dist /
VOLUME C:\\data
WORKDIR /
EXPOSE 9000
ENTRYPOINT ["/portainer.exe"]