test dockerfile
This commit is contained in:
7
push_docker
Executable file
7
push_docker
Executable 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
|
||||
Reference in New Issue
Block a user