Fix backend building for docker image

This commit is contained in:
LukeGus
2025-09-10 21:21:07 -05:00
parent 0e722f588c
commit 8942a7ecec
2 changed files with 2 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ ENV npm_config_target_libc=glibc
# Rebuild native modules for the target platform
RUN npm rebuild better-sqlite3 --force
RUN npm run dev:backend
RUN npm run build:backend
# Stage 4: Production dependencies
FROM node:24-alpine AS production-deps