tsi-org commited on
Commit
1a7ee7f
·
1 Parent(s): 21e4048

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -10,9 +10,6 @@ COPY package.json package-lock.json ./
10
  # Install dependencies
11
  RUN npm install
12
 
13
- # Manually install Husky
14
- RUN npx husky install
15
-
16
  # Copy the entire project
17
  COPY . .
18
 
 
10
  # Install dependencies
11
  RUN npm install
12
 
 
 
 
13
  # Copy the entire project
14
  COPY . .
15