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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -2,6 +2,7 @@ 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
 
2
 
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