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