Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 381 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 381 Bytes

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