mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 17:15: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
|
# Setting working directory
|
||||||
WORKDIR /opt/redash/current
|
WORKDIR /opt/redash/current
|
||||||
|
|
||||||
|
ENV REDASH_STATIC_ASSETS_PATH="../rd_ui/dist/"
|
||||||
|
|
||||||
# Install project specific dependencies
|
# Install project specific dependencies
|
||||||
RUN pip install -r requirements_all_ds.txt && \
|
RUN pip install -r requirements_all_ds.txt && \
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user