1
0
Fork 0

Merge branch 'main' into bw-dev-npm-fix

This commit is contained in:
Mouse Reeve 2022-11-14 09:11:16 -08:00 committed by GitHub
commit e1f6110dc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
350 changed files with 44101 additions and 8321 deletions

View file

@ -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 .