fix(dockerfile): fix an issue with the data directory in Windows images

pull/681/head
Anthony Lapenna 2017-03-14 18:28:21 +01:00
parent ca4428cff2
commit 3861e964f4
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM microsoft/windowsservercore
COPY dist /
VOLUME C:\\data
RUN mkdir C:\\data
WORKDIR /

View File

@ -2,7 +2,7 @@ FROM microsoft/nanoserver
COPY dist /
VOLUME C:\\data
RUN mkdir C:\\data
WORKDIR /