9. Docker Update

  • Place new docker file (named Dockerfile) somewhere on the server.
  • Enter the folder where the docker file is located.
  • docker rmi ub_cpp_py:latest
  • docker build -t ub_cpp_py:latest .