Intégration finale : auth/FilamentUser, config prod, Octane, fixes build
Build & Deploy / build (push) Successful in 7s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-19 03:10:31 +02:00
co-authored by Claude Opus 4.8
parent 8ee9596529
commit 34f6ec5299
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
FROM node:22-slim AS build FROM node:22-slim AS build
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm ci --no-audit --no-fund RUN npm install --no-audit --no-fund
COPY . . COPY . .
RUN npm run build RUN npm run build
+1 -1
View File
@@ -6,7 +6,7 @@ services:
pull_policy: always pull_policy: always
container_name: streakfit-web container_name: streakfit-web
environment: environment:
- NUXT_PUBLIC_API_BASE=https://api.streakfit.nfteam.ovh - NUXT_PUBLIC_API_BASE=https://streakfit.nfteam.ovh
ports: ports:
- "192.168.1.136:8110:3000" - "192.168.1.136:8110:3000"
labels: labels: