fix proper way of build the front container with custom patch files

This commit is contained in:
nobohan
2021-06-23 21:15:46 +02:00
parent 2e8fd03ada
commit e7dca3bd97
3 changed files with 80 additions and 9 deletions

View File

@@ -105,6 +105,13 @@ Redirige de 8080 vers autres services :
## Deploiement sur un serveur distant
### 0) Si on change le fichier app.config.ts
```bash
scp patches/frontend/src/conf/app.config.ts.dist user@domain.org:/path/to/app.config.ts
```
### 1) Reconstruire l'image front en local
```bash