Add docker build script

This commit is contained in:
2018-06-30 12:45:51 +03:00
parent 86e67af488
commit 065e325b26
3 changed files with 17 additions and 6 deletions

5
tools/build-docker Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
source .env
docker pull ${NODE_IMAGE}