fix(Dockerfiles): use a volume to store data (#731)

pull/740/head
Anthony Lapenna 2017-03-28 15:07:42 +02:00 committed by GitHub
parent a99c6c4cbe
commit 0e439d7ae6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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