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 +1,2 @@
docker build -t game-data -f Dockerfile.dev .
docker build -t game-data-gulp -f Dockerfile.gulp .