Simplified docker building

This commit is contained in:
saundersp
2024-05-01 13:36:08 +02:00
parent e5f2eac0f0
commit ac6755517b
3 changed files with 9 additions and 19 deletions

4
docker-compose.yaml Normal file
View File

@ -0,0 +1,4 @@
services:
sorting_algorithms:
image: saundersp/sorting_algorithms
build: .