Added dockerfile to build assets via Gulp; updated docker scripts
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker build -t game-data -f Dockerfile.dev .
|
||||
docker build -t game-data-gulp -f Dockerfile.gulp .
|
||||
|
||||
|
Reference in New Issue
Block a user