mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 09:05:17 +00:00
Dockerfile: set the path to static assets
This commit is contained in:
parent
12660c3d51
commit
2a745d5d54
@ -23,6 +23,8 @@ RUN chown -R redash /opt/redash/current
|
||||
# Setting working directory
|
||||
WORKDIR /opt/redash/current
|
||||
|
||||
ENV REDASH_STATIC_ASSETS_PATH="../rd_ui/dist/"
|
||||
|
||||
# Install project specific dependencies
|
||||
RUN pip install -r requirements_all_ds.txt && \
|
||||
pip install -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user