ajout d'un docker compose pour tester en local et ajout d'un argument de build dockerfile

This commit is contained in:
styve Lioumba
2025-11-21 12:11:19 +01:00
parent b11528e6a7
commit 8114753b88
10 changed files with 1203 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
export const environment = {
production: false,
baseUrl: 'https://pb-dev.prod.K3s.technostrea.fr',
baseUrl: 'http://localhost:8090',
};

View File

@@ -1,4 +1,4 @@
export const environment = {
production: true,
baseUrl: 'https://pb-dev.prod.K3s.technostrea.fr',
baseUrl: 'http://localhost:8090',
};