Added dockerfile to build assets via Gulp; updated docker scripts

This commit is contained in:
2025-07-23 23:24:49 -04:00
parent 31b8404be1
commit ecb696372d
6 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,5 @@
#!/bin/sh
docker run --rm -d -t -v "$(pwd):/src" -p 9292:9292 --name game-data game-data
docker run --rm -d -t -v "$(pwd):/usr/src/game-data" -p 9292:9292 --name game-data game-data
docker run --rm -d -t -v "$(pwd):/usr/src/game-data" --name game-data-gulp game-data-gulp npm run gulp watch