?
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-11-25 15:35:55 +01:00
parent 5aec2b9f26
commit eb7ff84bb2
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,12 +1,12 @@
# syntax=docker/dockerfile:1
FROM node:18.18.2-alpine3.18
FROM node:21.2.0-alpine3.18
ENV DOCKERIZED=1
RUN mkdir /config
RUN chown node:node /config
RUN apk add dumb-init ffmpeg
RUN apk add dumb-init ffmpeg python3
ENV NODE_ENV=production
WORKDIR /app
@ -17,6 +17,7 @@ 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