mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
fix(Dockerfiles): use a volume to store data (#731)
This commit is contained in:
parent
a99c6c4cbe
commit
0e439d7ae6
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue