ZSCGR commited on
Commit
c61c3f4
·
verified ·
1 Parent(s): b8bfa6b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,7 +1,8 @@
1
  FROM nikolaik/python-nodejs:python3.10-nodejs20
2
 
3
  RUN corepack enable
4
-
 
5
  RUN git clone https://github.com/Narratium/Narratium.ai.git /app
6
  WORKDIR /app/Narratium
7
  RUN pnpm install
 
1
  FROM nikolaik/python-nodejs:python3.10-nodejs20
2
 
3
  RUN corepack enable
4
+ USER root
5
+ RUN chown -R root:root /app
6
  RUN git clone https://github.com/Narratium/Narratium.ai.git /app
7
  WORKDIR /app/Narratium
8
  RUN pnpm install