docker and stuff

This commit is contained in:
RedSparr0w
2021-10-02 12:09:06 +13:00
parent f2deddbe33
commit 276245ae4e
5 changed files with 16 additions and 5 deletions
+11
View File
@@ -0,0 +1,11 @@
version: "3"
services:
maven-build:
image: maven:3.8.2-jdk-8
container_name: maven-build
command: ["mvn", "-B", "clean", "install"]
volumes:
- ./:/usr/src/build
working_dir: /usr/src/build
restart: "no"