wenjiao commited on
Commit
dc662b2
·
verified ·
1 Parent(s): 1fc5888

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y git
4
 
5
  RUN git clone https://github.com/WenjiaoYue/test.git /test
6
 
7
- WORKDIR /app
8
 
9
  RUN npm install
10
 
 
4
 
5
  RUN git clone https://github.com/WenjiaoYue/test.git /test
6
 
7
+ WORKDIR /test/app
8
 
9
  RUN npm install
10