mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
Mantine (#5274)
* Add .gitignore for compiles web assets * Update react dependencies - Add mantine/core - Add mantine-datatable * Add more packages - mantine/dropzone - mantine/notifications * Fix for development docker image
This commit is contained in:
@ -131,7 +131,7 @@ CMD gunicorn -c ./gunicorn.conf.py InvenTree.wsgi -b 0.0.0.0:8000 --chdir ./Inve
|
||||
FROM inventree_base as dev
|
||||
|
||||
# Install nodejs / npm / yarn
|
||||
RUN apk add --no-cache --update nodejs npm && npm cache clean -f && npm install -g n && n stable && npm install -g yarn
|
||||
RUN apk add --no-cache --update nodejs npm && npm install -g yarn
|
||||
|
||||
# The development image requires the source code to be mounted to /home/inventree/
|
||||
# So from here, we don't actually "do" anything, apart from some file management
|
||||
|
Reference in New Issue
Block a user