Skip to content

Commit

Permalink
kernelmemory
Browse files Browse the repository at this point in the history
  • Loading branch information
cherchyk committed Feb 11, 2024
1 parent d77d1c5 commit 4075477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/start-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]:-$0}")" && cd ../.. && pwd)"
cd $ROOT

docker run -it --rm --name kernelmemory -p 8080:8080 -v ./service/Service/appsettings.Development.json:/app/data/appsettings.json bc123456/service
docker run -it --rm --name kernelmemory -p 8080:8080 -v ./service/Service/appsettings.Development.json:/app/data/appsettings.json kernelmemory/service



Expand Down

0 comments on commit 4075477

Please sign in to comment.