update to discord-player-v6 #76
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue