And thats what happens when you do a crapload of work with *.ts in .eslintignore... :/

This commit is contained in:
iPromKnight
2024-02-07 19:58:29 +00:00
committed by iPromKnight
parent 189fdd466e
commit 9aba1c13b1
55 changed files with 1987 additions and 576 deletions

View File

@@ -1,8 +1,11 @@
FROM node:lts-buster-slim as builder
RUN apt-get update && \
apt-get install -y git && \
rm -rf /var/lib/apt/lists/*
apt-get upgrade -y && \
apt-get install -y python3 make g++ && \
rm -rf /var/lib/apt/lists/*
RUN npm install -g npm@^8 && npm config set python /usr/bin/python3
WORKDIR /app