5 lines
258 B
Bash
Executable File
5 lines
258 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker run --rm -d -w "/usr/src/leviathan" -v "$(pwd):/usr/src/leviathan" -p 3000:3000 --name leviathan leviathan
|
|
docker run --rm -d -w "/usr/src/leviathan" -v "$(pwd):/usr/src/leviathan" --name leviathan-grunt leviathan-grunt npm run grunt watch
|