Dockerfile: set the path to static assets

This commit is contained in:
Arik Fraimovich 2016-03-12 18:37:20 +02:00
parent 12660c3d51
commit 2a745d5d54

View File

@ -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