scripts: local docker build/run

This commit is contained in:
Cadey Ratio 2018-08-26 14:24:55 -06:00
parent 621dfede34
commit cfd08e9991
1 changed files with 6 additions and 0 deletions

6
scripts/docker.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
set -e
docker build -t xena/site .
docker run --rm -itp 5000:5000 -e PORT=5000 xena/site