diff options
author | Florian Rinke <develop@torui.de> | 2021-09-21 21:07:19 +0200 |
---|---|---|
committer | Florian Rinke <develop@torui.de> | 2021-09-21 21:07:19 +0200 |
commit | de2ef874edada810845cf902402337cd8809dd12 (patch) | |
tree | 1d21903ba09ae8e536396308007fa19a2b9af45c /docker-compose.yml | |
parent | 5dc63920c5f9e6dba1754b35e3224829c36d27ba (diff) | |
download | COFL-de2ef874edada810845cf902402337cd8809dd12.tar.gz COFL-de2ef874edada810845cf902402337cd8809dd12.tar.bz2 COFL-de2ef874edada810845cf902402337cd8809dd12.zip |
Added Build Commands
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..c9b6fcb --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,8 @@ +version: "3.9" +services: + java: + image: openjdk:8-jdk-slim + command: bash -c "source /data/docker-build.sh" + volumes: + - .:/data + - ../mod:/artifacts
\ No newline at end of file |