etherpad fixes

This commit is contained in:
2021-02-01 22:13:12 +00:00
parent 75add4695f
commit a97731930a
5 changed files with 612 additions and 1 deletions

8
build_push_nginx Executable file
View File

@@ -0,0 +1,8 @@
#/bin/bash
export REGISTRY="docker.triton2.fet.at"
docker build -f Dockerfile.nginx -t $REGISTRY/andisdevnginx:latest .
docker push $REGISTRY/andisdevnginx:latest