Skip to content

Commit

Permalink
Add instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfaingnaert committed Sep 27, 2023
1 parent 9165585 commit 5f5a889
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 5f5a889

Please sign in to comment.