Skip to content

Commit 583fd43

Browse files
committed
fix(ci): disable husky in backend Docker build
1 parent f63ce10 commit 583fd43

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

saintBarthVolleyApp/backend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM node:20-alpine
33
WORKDIR /usr/src/app
44

55
COPY package*.json ./
6+
ENV HUSKY=0
67
RUN npm install --omit=dev
78

89
COPY . .

0 commit comments

Comments
 (0)