mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
fix: i think thats it
This commit is contained in:
16
Dockerfile
16
Dockerfile
@@ -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
|
||||
Reference in New Issue
Block a user