ZSCGR commited on
Commit
66c020f
·
verified ·
1 Parent(s): 9115a63

Update Dockerfile

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