mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
SIP-32: Moving frontend code to the base of the repo (#9098)
* move assets out, get webpack dev working * update docs to reference superset-frontend * draw the rest of the owl * fix docs * fix webpack script * rats * correct docs * fix tox dox
This commit is contained in:
committed by
GitHub
parent
0cf354cc88
commit
2913063924
@@ -66,7 +66,7 @@ services:
|
||||
|
||||
superset-node:
|
||||
image: node:10-jessie
|
||||
command: ["bash", "-c", "cd /app/superset/assets && npm install && npm run dev"]
|
||||
command: ["bash", "-c", "cd /app/superset-frontend && npm install && npm run dev"]
|
||||
env_file: docker/.env
|
||||
depends_on: *superset-depends-on
|
||||
volumes: *superset-volumes
|
||||
|
||||
Reference in New Issue
Block a user