Skip to content

Commit

Permalink
redash static assets path should be pointed at dist, not app
Browse files Browse the repository at this point in the history
  • Loading branch information
jkatsnelson committed Mar 10, 2016
1 parent 0e70980 commit 6fe5127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ redash:
- redis
- postgres
environment:
REDASH_STATIC_ASSETS_PATH: "../rd_ui/app/"
REDASH_STATIC_ASSETS_PATH: "../rd_ui/dist/"
REDASH_LOG_LEVEL: "INFO"
REDASH_REDIS_URL: "redis://redis:6379/0"
REDASH_DATABASE_URL: "postgresql://postgres@postgres/postgres"
Expand Down

0 comments on commit 6fe5127

Please sign in to comment.