mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
committed by
Maxime Beauchemin
parent
42cf929f62
commit
b2f0b2bde6
@@ -34,13 +34,13 @@ RUN pip install --upgrade setuptools pip \
|
||||
&& pip install -r requirements.txt -r requirements-dev.txt \
|
||||
&& rm -rf /root/.cache/pip
|
||||
|
||||
USER superset
|
||||
|
||||
COPY --chown=superset:superset superset superset
|
||||
|
||||
ENV PATH=/home/superset/superset/bin:$PATH \
|
||||
PYTHONPATH=/home/superset/superset/:$PYTHONPATH
|
||||
|
||||
USER superset
|
||||
|
||||
RUN cd superset/assets \
|
||||
&& npm ci \
|
||||
&& npm run sync-backend \
|
||||
|
||||
Reference in New Issue
Block a user