mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Merge pull request #1582 from getredash/json_webhook
Updates to Dockerfile:
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user