Initial euclide.org release
This commit is contained in:
21
docker-compose.yml
Normal file
21
docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
version: '3'
|
||||
services:
|
||||
build: &build
|
||||
build: .
|
||||
command: make build
|
||||
volumes:
|
||||
- .:/src
|
||||
networks:
|
||||
- ns
|
||||
|
||||
fmt:
|
||||
<<: *build
|
||||
command: make fmt
|
||||
|
||||
lint:
|
||||
<<: *build
|
||||
command: make lint
|
||||
|
||||
test:
|
||||
<<: *build
|
||||
command: make test
|
||||
Reference in New Issue
Block a user