We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c5001 commit 182cafdCopy full SHA for 182cafd
README.md
@@ -105,14 +105,13 @@ Console.WriteLine(decryptWithPrivateKey);
105
```
106
107
## Build and Testing
108
-Build and run unit test from
109
- 1. Visual Studio
110
- 2. dotnet commands
111
- 3. Powershell, run build.ps1
112
- 4. Docker, you can also run dockerized build and test.
113
- From solution folder run:
114
-
115
-```dockerfile
+Build and run unit test from:
+ 1. Visual Studio 2019/2022.
+ 2. dotnet command line.
+ 3. Powershell, run build.ps1 from solution folder.
+ 4. Docker, run following command from solution folder:
+
+```
116
docker build . --file .\Dockerfile --tag cryptonet-service:latest
117
118
0 commit comments