Skip to content

cgalo5758/taju-kage-bunshin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

taju-kage-bunshin

Running the app

Build the docker image from the Dockerfile

docker build -t taju-kage-bunshin .

Run the docker image, exposing port 8192, and mounting the current directory as a volume.

docker run \
--env-file .env \
-p 8192:8192 \
--mount type=bind,source="$(pwd)/notebooks",target=/app \
--name taju-kage-bunshin \
taju-kage-bunshin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published