fix: i think thats it

This commit is contained in:
2023-03-04 17:06:37 +01:00
parent 39a3940683
commit c2cdc1327d

View File

@@ -1,6 +1,16 @@
FROM node:lts-alpine
FROM node:lts
RUN apk add bash ffmpeg msttcorefonts-installer fontconfig libc-dev
RUN apt-get update && \
apt-get install -y build-essential \
wget \
python3 \
make \
gcc \
libc6-dev \
bash \
ffmpeg \
msttcorefonts-installer \
fontconfig
RUN update-ms-fonts && fc-cache -f
WORKDIR /app
@@ -15,6 +25,4 @@ COPY . .
RUN npm run build
RUN npm prune --production
CMD node ./dist/index.js