Skip to content

Commit b879ff4

Browse files
Add husky installation script to Dockerfile
1 parent ab86408 commit b879ff4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile.railwayapp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ COPY ["package.json", "package-lock.json","knexfile.js","./"]
2121

2222
ADD migrations /build/migrations
2323

24+
COPY .husky/install.mjs ./.husky/install.mjs
25+
2426
RUN npm install -g knex@2.4.0 && npm install --quiet
2527

2628
COPY . .

0 commit comments

Comments
 (0)