-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9165585
commit 5f5a889
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |