chore(release): 1.2.5-rc.2

This commit is contained in:
charlesgauthereau
2026-02-01 18:24:22 +01:00
parent 9c4d862297
commit 884746f3a5
5 changed files with 252 additions and 130 deletions
+3 -3
View File
@@ -84,8 +84,8 @@ RUN chown -R nextjs:nodejs /app/private
RUN chown -R nextjs:nodejs /app/public
COPY --from=builder /app/next.config.ts ./
COPY --from=builder /app/server ./server
COPY --from=builder /app/src ./src
#COPY --from=builder /app/server ./server
#COPY --from=builder /app/src ./src
COPY --from=builder /app/portabase.config.ts ./
COPY --from=builder /app/drizzle.config.ts ./
@@ -93,7 +93,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
COPY --chown=nextjs:nodejs src/db ./src/db
COPY --from=deps /app/node_modules ./node_modules
#COPY --from=deps /app/node_modules ./node_modules
USER root
+2 -1
View File
@@ -7,7 +7,8 @@ else
echo "[WARN] No TZ provided, using default container timezone"
fi
pnpm run start
#pnpm run start
node server.js
exec "$@"