Fix permissions for ES

This commit is contained in:
pemontto
2019-04-16 13:57:53 +10:00
parent 0102ccb2f7
commit bfcb10ea0e

View File

@ -14,6 +14,9 @@ services:
# - python: 3.6 - Commenting out testing for Python 3.6 until ready
before_install:
- mkdir -p ./data/esdata1
- mkdir -p ./data/es_snapshots
- chown 1000:1000 ./data/es*
- docker build -t vulnwhisperer-local .
- docker-compose -f docker-compose-test.yml up
install: