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