Skip to content

Commit

Permalink
Update docker commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nledford committed Jun 17, 2024
1 parent e961247 commit b2cfdfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,5 @@ Network Trash Folder
Temporary Items
.apdisk

/data

5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ docker_build:
docker build -t nledford/chidori:latest .

docker_run:
docker run -h docker-dev-mbp -e TZ="America/New_York" -it --rm --name chidori nledford/chidori:latest -l
docker run -h docker-dev-mbp\
-e TZ="America/New_York"\
-it -v "./data/profiles:/data/profiles"\
--rm --name chidori nledford/chidori:latest run -l

install:
cargo install --path .

0 comments on commit b2cfdfd

Please sign in to comment.