Metahkg Docs
Docker
Visit Metahkg Docs on GitLab
Set theme to dark (⇧+D)

Updating to a newer commit

You should check for updates regularly.

Pull the repositories

$ git pull origin dev 
# or master depending on your current branch

$ git submodule foreach git pull
# pull the submodules

Rebuild docker

$ cd docker
# switch to docker folder

$ docker-compose up -d --build
# build and start the containers

$ yarn run clean:docker
# remove unused images (encountering an error is fine)