v1.6.0 #221

Merged
LukeGus merged 74 commits from dev-1.6.0 into main 2025-09-13 05:42:00 +10:00
Showing only changes of commit 60f7b7f119 - Show all commits
+1 -1
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