plsgivemeachane commited on
Commit
1dbe2ca
1 Parent(s): 4531b47
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN apt install tree -y
10
 
11
  RUN tree
12
 
13
- WORKDIR /app
14
 
15
  RUN ls
16
 
 
10
 
11
  RUN tree
12
 
13
+ WORKDIR /code/app
14
 
15
  RUN ls
16