Script to restart an container from an existing image

This commit is contained in:
Marc Ducobu
2021-05-19 17:21:22 +02:00
parent 4f8dc08c6e
commit 09789cecbf
3 changed files with 13 additions and 2 deletions

9
README
View File

@@ -2,7 +2,7 @@
L'instance Geonature-Citizen de Champs-Libres.
Installation développeur :
# Installation développeur :
$ git submodule update --init --recursive
$ docker-compose up -d
@@ -10,6 +10,11 @@ Installation développeur :
note: les credentials pour accéder au backend se trouvent dans /home/appuser/citizen/config
Documentation :
# Remise en route du service
$ docker-compose up -d
$ docker-compose exec citizen sh install/restart.sh
# Documentation :
$ make doc