Add shared folder
This commit is contained in:
@@ -24,7 +24,9 @@ RUN mkdir -p /home/neko/.config/86Box; \
|
|||||||
mkdir -p /home/neko/.local/share/86Box; \
|
mkdir -p /home/neko/.local/share/86Box; \
|
||||||
chown -R neko:neko /home/neko/.local/share/86Box/; \
|
chown -R neko:neko /home/neko/.local/share/86Box/; \
|
||||||
mkdir -p /home/neko/vmstorage; \
|
mkdir -p /home/neko/vmstorage; \
|
||||||
chown -R neko:neko /home/neko/vmstorage
|
chown -R neko:neko /home/neko/vmstorage; \
|
||||||
|
mkdir -p /home/neko/shared; \
|
||||||
|
chown -R neko:neko /home/neko/shared
|
||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
RUN apt-get clean -y; \
|
RUN apt-get clean -y; \
|
||||||
|
|||||||
Reference in New Issue
Block a user