This repository contains the Docker files to run a clone of the DMOJ judge-server.
First, install Docker.
Next, modify judge-server/judge/judge.env
according setup in DMOJ admin panel.
Last, run these commands.
git clone https://github.com/zydhanlinnar11/dmoj-judge-server
cd dmoj-judge-server
cd judge-server
docker pull zydhanlinnar11/dmoj-judge-server
docker-compose up -d
All done. :)