Added shell script to run docker container
This commit is contained in:
parent
613defa81b
commit
94b5e58a62
3
bin/docker-start.sh
Executable file
3
bin/docker-start.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
docker run --rm -w /usr/src/app -v "$PWD":/usr/src/app -p 3000:3000 -d --name bitgoblin node:lts node index.js
|
Loading…
Reference in New Issue
Block a user