Merge branch 'main' into bw-dev-npm-fix
This commit is contained in:
commit
e1f6110dc8
350 changed files with 44101 additions and 8321 deletions
|
@ -8,7 +8,7 @@ COPY package.json requirements.txt .stylelintrc.js .stylelintignore /app/dev-too
|
|||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN apt-get update && apt-get install -y curl
|
||||
RUN curl -sL https://deb.nodesource.com/setup_17.x | bash -
|
||||
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
|
||||
RUN apt-get install -y nodejs && apt-get clean
|
||||
RUN npm install .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue