Skip to content

Running the Server Docker

James Dearlove edited this page Sep 30, 2020 · 1 revision

To start the docker image for the server, run the command: yarn docker:up

If you're requiring to login to docker, create a GitHub token and run this command with the token in ~/TOKEN.txt and replacing USERNAME with your GitHub username.

cat ~/TOKEN.txt | docker login https://docker.pkg.github.com -u USERNAME --password-stdin

If you still have issues, see the GitHub support article here.

Clone this wiki locally