abubasith86 commited on
Commit
8519250
·
1 Parent(s): 7769088

pull added

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN rm -rf /usr/src/app && git clone https://github.com/abubasith456/Node-WLA.gi
9
  # Set the working directory
10
  WORKDIR /usr/src/app
11
 
12
- RUN ls
13
 
14
  # Install npm dependencies
15
  RUN npm install
 
9
  # Set the working directory
10
  WORKDIR /usr/src/app
11
 
12
+ RUN git pull
13
 
14
  # Install npm dependencies
15
  RUN npm install