Removed superfluous perms assertions for now

This commit is contained in:
Leopere 2018-10-03 14:49:00 -04:00
parent 1077b2bf50
commit 1df66b9191

View file

@ -1,8 +1,4 @@
#!/bin/bash
## Ensure perms are correct prior to running main binary
chown -R 1000:1000 /data
chmod -R 755 /data
## For now keeping this simple. Potentially eventually add all command args as envvars for the Dockerfile or use safe way to add args via docker-compose.yml
chainquery