Files
intern2020/build_push_etherpad
2021-05-02 14:50:51 +00:00

6 lines
222 B
Plaintext
Executable File

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