Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Commit c0d3240

Browse files
committed
Fix CI
1 parent 49a7d02 commit c0d3240

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/admin/assets/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ COPY package.json ./
88

99
RUN set -euxo pipefail \
1010
; npm config set update-notifier false \
11+
; echo "#!/bin/sh" >/usr/local/bin/husky \
12+
; chmod +x /usr/local/bin/husky \
1113
; npm install --no-audit --no-fund \
1214
; sed -i 's/#007bff/#55a5d9/' node_modules/admin-lte/build/scss/_bootstrap-variables.scss \
1315
; mkdir assets \

0 commit comments

Comments
 (0)