remove git

This commit is contained in:
srgooglo 2022-10-04 20:48:02 +02:00
parent 889beef18f
commit e82a2571b1

View File

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