Spaces:
Sleeping
Sleeping
abubasith86
commited on
Commit
·
8519250
1
Parent(s):
7769088
pull added
Browse files- 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
|
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
|