Intégration finale : auth/FilamentUser, config prod, Octane, fixes build
Build & Deploy / build (push) Successful in 7s
Build & Deploy / build (push) Successful in 7s
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
FROM node:22-slim AS build
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci --no-audit --no-fund
|
||||
RUN npm install --no-audit --no-fund
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ services:
|
||||
pull_policy: always
|
||||
container_name: streakfit-web
|
||||
environment:
|
||||
- NUXT_PUBLIC_API_BASE=https://api.streakfit.nfteam.ovh
|
||||
- NUXT_PUBLIC_API_BASE=https://streakfit.nfteam.ovh
|
||||
ports:
|
||||
- "192.168.1.136:8110:3000"
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user