mirror of https://github.com/portainer/portainer
feat(build-system): remove VOLUME statement from Windows Dockerfile (#3181)
parent
7509283072
commit
b84fa9db2f
|
@ -2,8 +2,6 @@ FROM microsoft/nanoserver:sac2016
|
||||||
|
|
||||||
COPY dist /
|
COPY dist /
|
||||||
|
|
||||||
VOLUME C:\\data
|
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
|
|
Loading…
Reference in New Issue