ngoctuanai commited on
Commit
ef3f8a5
·
verified ·
1 Parent(s): b14f417

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -13,6 +13,9 @@ COPY package.json yarn.lock ./
13
  # Install dependencies using npm with legacy peer dependencies
14
  RUN npm install --legacy-peer-deps
15
 
 
 
 
16
  # Build the project
17
  RUN npm run build
18
 
 
13
  # Install dependencies using npm with legacy peer dependencies
14
  RUN npm install --legacy-peer-deps
15
 
16
+ # Install crypto-browserify
17
+ RUN npm install crypto-browserify
18
+
19
  # Build the project
20
  RUN npm run build
21