mirror of https://github.com/portainer/portainer
fix(Dockerfiles): use a volume to store data (#731)
parent
a99c6c4cbe
commit
0e439d7ae6
|
@ -2,7 +2,7 @@ FROM microsoft/windowsservercore
|
||||||
|
|
||||||
COPY dist /
|
COPY dist /
|
||||||
|
|
||||||
RUN mkdir C:\\data
|
VOLUME C:\\data
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ FROM microsoft/nanoserver
|
||||||
|
|
||||||
COPY dist /
|
COPY dist /
|
||||||
|
|
||||||
RUN mkdir C:\\data
|
VOLUME C:\\data
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue