mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 09:05:17 +00:00
Fix npm build command.
This commit is contained in:
parent
50d20ff277
commit
7bbc782e5d
@ -6,7 +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 npm install && npm run build && rm -rf node_modules
|
||||
RUN chown -R redash /app
|
||||
|
||||
ENTRYPOINT ["/app/bin/docker-entrypoint"]
|
||||
|
Loading…
Reference in New Issue
Block a user