fix DOcker file

This commit is contained in:
Entwicklung 2023-11-26 22:06:31 +01:00
parent f122100aa8
commit 5222e04329

View file

@ -1,5 +1,5 @@
FROM node:20-alpine
RUN apk install gcompat
RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app
USER root
WORKDIR /home/node/app