Skip to content

Commit

Permalink
helper script to run docker image (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrothwell authored Jul 5, 2024
1 parent 02eaa7f commit 692cfcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mal.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

docker run --mount type=bind,source="$PATH_TO_MAL_CLI",target="/root/mal-cli" -p "8080:8080" "hrothwell/mal-cli:latest" $@

0 comments on commit 692cfcb

Please sign in to comment.