some minor fixes

This commit is contained in:
2018-10-01 23:34:19 -07:00
parent 7c8cd402bc
commit 9b4faa3573
2 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ RUN \
go get -u github.com/ipfs/ipfs-update && \
/root/go/bin/ipfs-update install latest && \
rm -rf /root/go && \
adduser --system --group ipfs && \
adduser --system --group --home /var/lib/ipfs ipfs && \
mkdir /etc/service/sync /etc/service/ipfsd
ADD ./sync.run /etc/service/sync/run