mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2026-08-01 07:21:42 +00:00
Add bcrypt rebuild step in Dockerfile
Rebuild bcrypt for Alpine compatibility.
This commit is contained in:
parent
69dfdc8b95
commit
42f40889f6
@ -14,6 +14,9 @@ COPY package.json pnpm-lock.yaml ./
|
||||
# Install dependencies (rebuild native modules)
|
||||
RUN pnpm install --force
|
||||
|
||||
# Rebuild bcrypt for Alpine
|
||||
RUN pnpm rebuild bcrypt
|
||||
|
||||
# Copy source
|
||||
COPY . .
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user