init new dev project

This commit is contained in:
2021-05-23 10:14:48 +00:00
commit 4eb41723cf
6 changed files with 99 additions and 0 deletions

9
build_push Executable file
View File

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