ajout d'un docker compose pour tester en local et ajout d'un argument de build dockerfile
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
baseUrl: 'https://pb-dev.prod.K3s.technostrea.fr',
|
||||
baseUrl: 'http://localhost:8090',
|
||||
};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
baseUrl: 'https://pb-dev.prod.K3s.technostrea.fr',
|
||||
baseUrl: 'http://localhost:8090',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user