mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(dockerfile): fix an issue with the data directory in Windows images
This commit is contained in:
parent
ca4428cff2
commit
3861e964f4
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ FROM microsoft/windowsservercore
|
|||
|
||||
COPY dist /
|
||||
|
||||
VOLUME C:\\data
|
||||
RUN mkdir C:\\data
|
||||
|
||||
WORKDIR /
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ FROM microsoft/nanoserver
|
|||
|
||||
COPY dist /
|
||||
|
||||
VOLUME C:\\data
|
||||
RUN mkdir C:\\data
|
||||
|
||||
WORKDIR /
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue