Reviewed-on: #118 Co-authored-by: Mylloon <kennel.anri@tutanota.com> Co-committed-by: Mylloon <kennel.anri@tutanota.com>
This commit is contained in:
parent
603f969e54
commit
e9908c2cde
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM node:21.2.0-alpine3.18
|
FROM node:21.2.0-alpine3.17
|
||||||
|
|
||||||
ENV DOCKERIZED=1
|
ENV DOCKERIZED=1
|
||||||
RUN mkdir /config
|
RUN mkdir /config
|
||||||
RUN chown node:node /config
|
RUN chown node:node /config
|
||||||
|
|
||||||
RUN apk add dumb-init ffmpeg python3
|
RUN apk add dumb-init ffmpeg
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@ RUN npx tsc
|
||||||
|
|
||||||
RUN rm -r src/ tsconfig.json
|
RUN rm -r src/ tsconfig.json
|
||||||
RUN npm uninstall typescript @types/sqlite3 @types/uuid
|
RUN npm uninstall typescript @types/sqlite3 @types/uuid
|
||||||
RUN apk del python
|
|
||||||
|
|
||||||
ENV DP_FORCE_YTDL_MOD=youtube-ext
|
ENV DP_FORCE_YTDL_MOD=youtube-ext
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue