docker build . -t theiaide/theia-python:0.3.12
docker build . -t theiaide/theia-python:latestdocker build --build-arg version=next . -t theiaide/theia-python:nextdocker run -it --init -p 3000:3000 -v "$(pwd):/home/project" theiaide/theia-python:latestdocker login
docker push theiaide/theia-python:${VERSION}docker pull theiaide/theia-python:${VERSION}