feat(build-system): remove VOLUME statement from Windows Dockerfile (#3181)

pull/3202/head
Anthony Lapenna 2019-09-20 16:38:43 +12:00 committed by GitHub
parent 7509283072
commit b84fa9db2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ FROM microsoft/nanoserver:sac2016
COPY dist /
VOLUME C:\\data
WORKDIR /
EXPOSE 9000