No need to add a subdirectory here

This commit is contained in:
Leopere 2018-10-02 18:26:46 -04:00
parent ba99a183a1
commit b2837b0afd
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,7 @@ ADD docker-entrypoint.sh /usr/local/bin/docker-entrypoint
USER lbrycrdd
RUN mkdir -p /data/lbrycrdd
RUN mkdir -p /data/
VOLUME /data/
VOLUME /etc/lbrycrdd/

View file

@ -1,7 +1,6 @@
#!/bin/bash
## Ensure perms are correct prior to running main binary
mkdir -p /data/lbrycrdd
chown -R 1000:1000 /data
chmod -R 755 /data
chown -R 1000:1000 /etc/lbrycrdd