diff --git a/D%C3%A9ploiement-sur-liveche.md b/D%C3%A9ploiement-sur-liveche.md index 51fb039..cf490bd 100644 --- a/D%C3%A9ploiement-sur-liveche.md +++ b/D%C3%A9ploiement-sur-liveche.md @@ -27,4 +27,16 @@ Il est peut-être aussi nécessaire de faire de même pour l'image `media`. docker-compose build citizen-back docker login registry.gitlab.com docker push registry.gitlab.com/champs-libres/geonature-citizen/back -``` \ No newline at end of file +``` + +### Sur le serveur distant + +```bash +docker pull registry.gitlab.com/champs-libres/geonature-citizen/front + +# Rebuild of the front +docker-compose run --rm citizen-front npm run build:i18n-ssr +# Restart the containers +docker-compose up -d db +docker-compose up -d +´´´ \ No newline at end of file