v1.6.0 #221

Merged
LukeGus merged 74 commits from dev-1.6.0 into main 2025-09-12 19:42:00 +00:00
Showing only changes of commit 60f7b7f119 - Show all commits

View File

@@ -23,7 +23,7 @@ WORKDIR /app
COPY . .
RUN npm run build:backend
RUN npm run dev:backend
# Stage 4: Production dependencies
FROM node:24-alpine AS production-deps