test dockerfile

This commit is contained in:
2021-02-01 22:21:45 +00:00
parent 981e62d3c2
commit cb9841972c
4 changed files with 43 additions and 1 deletions

7
push_docker Executable file
View File

@@ -0,0 +1,7 @@
#/bin/bash
export REGISTRY="docker.triton2.fet.at"
git clone https://git.fet.at/bofh/fet2020.git tmp/fet2020
# Build a development Image with Theia and all content
docker build -f Dockerfile.test -t $REGISTRY/fet2020django:latest .
docker push $REGISTRY/fet2020django
rm -rf ./tmp/fet2020