Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ COPY . /app
|
|
| 6 |
|
| 7 |
WORKDIR /app
|
| 8 |
|
| 9 |
-
RUN npm install express crypto bcrypt dotenv
|
| 10 |
|
| 11 |
RUN chmod -R 777 /app
|
| 12 |
|
|
|
|
| 6 |
|
| 7 |
WORKDIR /app
|
| 8 |
|
| 9 |
+
RUN npm install axios express crypto bcrypt dotenv
|
| 10 |
|
| 11 |
RUN chmod -R 777 /app
|
| 12 |
|