diff --git a/Docker/Dockerfile.debian b/Docker/Dockerfile.debian index f942c80..2435fcf 100644 --- a/Docker/Dockerfile.debian +++ b/Docker/Dockerfile.debian @@ -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