qqxlafk commited on
Commit
a47af15
1 Parent(s): 7906404

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY /app/tsconfig.json /app/tsconfig.json
11
  RUN npm install
12
 
13
 
14
- COPY /app /app
15
  RUN ls
16
 
17
  RUN chmod -R 777 /app
 
11
  RUN npm install
12
 
13
 
14
+ COPY /app/. .
15
  RUN ls
16
 
17
  RUN chmod -R 777 /app