Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|