Initial project structure with some barebones layout, CSS and JS from game-data
This commit is contained in:
5
bin/docker-run.sh
Executable file
5
bin/docker-run.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker run --rm -d -t -v "$(pwd):/usr/src/muldap" -p 9300:9300 --name muldap muldap
|
||||
docker run --rm -d -t -v "$(pwd):/usr/src/muldap" --name muldap-gulp muldap-gulp npm run gulp watch
|
||||
|
Reference in New Issue
Block a user