1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-07-10 17:54:16 +00:00

switch to node:16-bullseye-slim

This commit is contained in:
srgooglo 2022-10-04 15:18:07 +02:00
parent 87b71b8eeb
commit 228ef3d021

@ -1,4 +1,4 @@
FROM node:16-debian-slim
FROM node:16-bullseye-slim
RUN apt install git
RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app