From 9011ad3431aba698f5c61e2f558fe45d1a28eca7 Mon Sep 17 00:00:00 2001 From: Paolo Nobile Date: Sat, 24 Jun 2023 19:16:55 +0200 Subject: [PATCH] Aggiunto readme --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..3166421 --- /dev/null +++ b/readme.md @@ -0,0 +1,9 @@ +# info utili + +## development + +`docker-compose -f docker-compose.dev.yaml up --build` + +## production + +`docker-compose up --build`