Merge pull request #1582 from getredash/json_webhook

Updates to Dockerfile:
This commit is contained in:
Arik Fraimovich
2017-02-09 17:07:46 +02:00
committed by GitHub

View File

@@ -6,5 +6,7 @@ COPY requirements.txt requirements_dev.txt requirements_all_ds.txt ./
RUN pip install -r requirements.txt -r requirements_dev.txt -r requirements_all_ds.txt
COPY . ./
RUN npm install && npm build && rm -rf node_modules
RUN chown -R redash /app
ENTRYPOINT ["/app/bin/docker-entrypoint"]