Skip to content

Commit

Permalink
Merge pull request #669 from SeanChinJunKai/fix/docker
Browse files Browse the repository at this point in the history
fix(docker): copy .husky during docker build
  • Loading branch information
LoneRifle authored May 27, 2024
2 parents bb4ab07 + b2b239d commit 52a3092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ WORKDIR /usr/src/mockpass

COPY package* ./

COPY ./.husky ./.husky

RUN npm ci

COPY . ./
Expand Down

0 comments on commit 52a3092

Please sign in to comment.