diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -40,6 +40,13 @@ nix-build -A pkg # build the binary and add the ressources nix-build -A docker # build a docker container ``` +Publishing the container: + +```bash +docker load < $(nix-build -A docker) +docker push ??? +``` + ## Configuration of Guichet Guichet is configured using a simple JSON config file which is a dictionnary whose keys |