From 8b4e21f29aca82562826512617aa0c225e187a77 Mon Sep 17 00:00:00 2001 From: mmrbnjd Date: Thu, 4 Sep 2025 19:09:55 +0330 Subject: [PATCH] compose command --- Hushian.sln | 5 +++++ command.txt | 1 + 2 files changed, 6 insertions(+) create mode 100644 command.txt diff --git a/Hushian.sln b/Hushian.sln index 3e7ece3..c77f872 100644 --- a/Hushian.sln +++ b/Hushian.sln @@ -23,6 +23,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HushianWebApp", "Presentati EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AIAss", "Presentation\AIAss\AIAss.csproj", "{AF6AE286-63CF-4A8A-A0B4-DBDA047FC9AE}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}" + ProjectSection(SolutionItems) = preProject + command.txt = command.txt + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/command.txt b/command.txt new file mode 100644 index 0000000..b318b27 --- /dev/null +++ b/command.txt @@ -0,0 +1 @@ +docker compose up -d --build \ No newline at end of file