This commit is contained in:
parent
93c41e14c0
commit
874b6a0615
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM node:19.7.0-buster-slim
|
FROM node:19.7.0-bullseye-slim
|
||||||
|
|
||||||
ENV DOCKERIZED=1
|
ENV DOCKERIZED=1
|
||||||
RUN mkdir /config
|
RUN mkdir /config
|
||||||
RUN chown node:node /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
|
ENV NODE_ENV=production
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue