Skip to content

Commit 1238aee

Browse files
committed
Updating nodes
1 parent 1bd6a90 commit 1238aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Notes.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Navigate into SynoAI (cd SynoAI)
99
* docker build -t synoai:0.1 .
1010
* Where 0.1 is the tag and the "." is the current working directory.
11+
* The ending "." is important to denote the current directory, or use the folder path relative to the current directory.
1112

1213
# Run the application and map the appsettings.Development.json to the actual appsettings.json
1314
-- docker run -it --rm -v /run/desktop/mnt/host/c/Projects/GitHub/SynoAI/SynoAI/appsettings.Development.json:/app/appsettings.json -v /run/desktop/mnt/host/c/Projects/GitHub/SynoAI/SynoAI/Captures:/app/Captures -p 8080:80 synoai:latest

0 commit comments

Comments
 (0)