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

6
build_push_etherpad Executable file
View File

@@ -0,0 +1,6 @@
#/bin/bash
export REGISTRY="docker.triton2.fet.at"
# Build a development Image with Theia and all content
docker build -f Dockerfile.etherpad -t $REGISTRY/etherpad:latest .
docker push $REGISTRY/etherpad