Rebuild Shuffle structure for docker image builds

This commit is contained in:
frikky
2020-05-24 07:53:39 +02:00
parent f94ef2bffa
commit 62bc6708c1
43 changed files with 97 additions and 448 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/bin/sh
docker stop shuffle-backend
docker rm shuffle-backend
docker rmi frikky/shuffle:backend
docker build . -t frikky/shuffle:backend
echo "Starting server"
#docker run -it \
# -p 5001:5001 \
# -v /var/run/docker.sock:/var/run/docker.sock \
# --env DATASTORE_EMULATOR_HOST=192.168.3.6:8000 \
# frikky/shuffle:backend