Skip to content

Commit

Permalink
fix(docker): skip husky installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Dec 6, 2020
1 parent af6c492 commit 4361d43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM node:14.15.1-alpine@sha256:05a2f563ff66492dbe3c82cb482d6c1bbaecefcac4d42bd3744c7693028c9e44 AS development

# https://github.com/typicode/husky/issues/821
ENV HUSKY_SKIP_INSTALL=1

WORKDIR /srv/app/

# Copy package files first to increase build cache hits.
Expand Down

0 comments on commit 4361d43

Please sign in to comment.