Skip to content
Snippets Groups Projects
Commit fffdec35 authored by Marcin Rataj's avatar Marcin Rataj
Browse files

chore: ensure /mfs is present in docker

parent 7c844bac
Branches
Tags
No related merge requests found
...@@ -80,8 +80,8 @@ RUN mkdir -p $IPFS_PATH \ ...@@ -80,8 +80,8 @@ RUN mkdir -p $IPFS_PATH \
&& chown ipfs:users $IPFS_PATH && chown ipfs:users $IPFS_PATH
# Create mount points for `ipfs mount` command # Create mount points for `ipfs mount` command
RUN mkdir /ipfs /ipns \ RUN mkdir /ipfs /ipns /mfs \
&& chown ipfs:users /ipfs /ipns && chown ipfs:users /ipfs /ipns /mfs
# Create the init scripts directory # Create the init scripts directory
RUN mkdir /container-init.d \ RUN mkdir /container-init.d \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment