eclipse-pass / pass-docker

Developer-focused PASS runtime, which provides PASS and all of its dependent services using docker-compose. Provides Docker images used for production deployment of PASS.
Apache License 2.0
0 stars 16 forks source link

Fix demo deploy volume dir permission issue #347

Closed rpoet-jh closed 1 year ago

rpoet-jh commented 1 year ago

Localstack was creating the ./volume dir as root user, causing an issue in the deploy script. This volume is not needed since we don't persist any data between in localstack between deployments, so just removed all together.

cshannon2 commented 1 year ago

Looks good to me.