From 5f5a8895c992dda4a0b29d560d94bd087aed46ff Mon Sep 17 00:00:00 2001 From: Thomas Faingnaert Date: Wed, 27 Sep 2023 15:54:29 +0200 Subject: [PATCH] Add instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 92c2017..de41cca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # Dodona docker image This repository contains the files to create a Dodona docker image. A nightly version is published every night based on the develop branch of the main Dodona repo. + +## Usage + +```bash +git clone https://github.com/dodona-edu/dodona +git clone https://github.com/dodona-edu/docker-image +cp docker-image/* dodona/ +cd dodona/ +docker-compose up -d +```