mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
chore: add HUSKY=0 to ui dockerfile
This commit is contained in:
parent
b98eb10c12
commit
7e007b7e86
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
FROM mhart/alpine-node:14 AS builder
|
FROM mhart/alpine-node:14 AS builder
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
|
# Disable Husky as it will fail
|
||||||
|
ENV HUSKY 0
|
||||||
|
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN yarn install --frozen-lockfile
|
RUN yarn install --frozen-lockfile
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue