ryesun commited on
Commit
98c685e
·
1 Parent(s): fef586f
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -10,9 +10,12 @@ COPY /app/tsconfig.json /app/tsconfig.json
10
 
11
  RUN npm install
12
 
 
13
  COPY /app /app
14
  RUN ls
15
 
 
 
16
  EXPOSE 7860
17
 
18
  CMD ["npm", "run", "dev"]
 
10
 
11
  RUN npm install
12
 
13
+
14
  COPY /app /app
15
  RUN ls
16
 
17
+ RUN chmod -R 777 /app
18
+
19
  EXPOSE 7860
20
 
21
  CMD ["npm", "run", "dev"]