Merge branch 'main' of git.wilmoredynamics.com:ab/ab01
All checks were successful
Build and Push Docker Image / build (push) Successful in 11m51s

This commit is contained in:
el 2025-03-25 00:51:11 +01:00
commit 1bbdf7add2
2 changed files with 8 additions and 1 deletions

View file

@ -23,7 +23,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: git.wilmoredynamics.com
username: Wilmore_Dynamics # Votre nom d'utilisateur ou organisation Forgejo
username: AB # Votre nom d'utilisateur ou organisation Forgejo
password: ${{ secrets.FORGEJO_TOKEN }} # Votre jeton d'accès personnel Forgejo
- name: Push Docker image to Forgejo Container Registry

7
next.config.js Normal file
View file

@ -0,0 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
// Vous pouvez ajouter d'autres configurations Next.js ici si nécessaire
};
module.exports = nextConfig;