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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
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
 
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