update to discord-player-v6 #76

Merged
Anri merged 30 commits from feat/music-v6 into main 2023-03-11 20:36:25 +01:00
Showing only changes of commit 874b6a0615 - Show all commits

View file

@ -1,12 +1,13 @@
# syntax=docker/dockerfile:1
FROM node:19.7.0-buster-slim
FROM node:19.7.0-bullseye-slim
ENV DOCKERIZED=1
RUN mkdir /config
RUN chown node:node /config
RUN apt add dumb-init
RUN apt-get update
RUN apt-get install -y dumb-init
ENV NODE_ENV=production
WORKDIR /app