mycfoo commited on
Commit
d071c46
1 Parent(s): a8c837a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ WORKDIR /app
8
  RUN git clone https://github.com/jokyo02/nodsydney .
9
 
10
  # Install the dependencies
 
11
  RUN npm install
12
 
13
  # Expose the port that your application is listening on
 
8
  RUN git clone https://github.com/jokyo02/nodsydney .
9
 
10
  # Install the dependencies
11
+ RUN npm install axios
12
  RUN npm install
13
 
14
  # Expose the port that your application is listening on