Compare commits
2 Commits
83a128f917
...
6e6f4b1acf
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e6f4b1acf | |||
| 2df7546779 |
@@ -1,7 +1,7 @@
|
|||||||
FROM node:22-alpine
|
FROM node:24-alpine
|
||||||
|
|
||||||
# Install native build tools for bcrypt
|
# Install native build tools for bcrypt/better-sqlite3 + git for npm git-URL deps
|
||||||
RUN apk add --no-cache python3 make g++
|
RUN apk add --no-cache python3 make g++ git
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user