it builds the docker image and pushes it to the hardcoded registry
@ -0,0 +1,4 @@
#!/bin/sh -e
docker build -t registry.lubiland.de/swarm-nat .
docker push registry.lubiland.de/swarm-nat