fix DOcker file
This commit is contained in:
parent
f122100aa8
commit
5222e04329
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue