NexusV1 commited on
Commit
bcf0338
·
verified ·
1 Parent(s): 828079c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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