maybe #118

Merged
Anri merged 1 commit from fix/ci-final into main 2023-11-25 15:40:02 +01:00
Showing only changes of commit ce3232d83a - Show all commits

View file

@ -1,12 +1,12 @@
# syntax=docker/dockerfile:1
FROM node:21.2.0-alpine3.18
FROM node:21.2.0-alpine3.17
ENV DOCKERIZED=1
RUN mkdir /config
RUN chown node:node /config
RUN apk add dumb-init ffmpeg python3
RUN apk add dumb-init ffmpeg
ENV NODE_ENV=production
WORKDIR /app
@ -17,7 +17,6 @@ RUN npx tsc
RUN rm -r src/ tsconfig.json
RUN npm uninstall typescript @types/sqlite3 @types/uuid
RUN apk del python
ENV DP_FORCE_YTDL_MOD=youtube-ext