testing all of this in python

This commit is contained in:
Andrew Segavac
2021-02-20 19:58:56 -07:00
parent 9db464a726
commit facead092f
6 changed files with 278 additions and 0 deletions

View File

@@ -4,3 +4,9 @@ services:
build: .
volumes:
- .:/code/
boring-python:
build:
context: .
dockerfile: Dockerfile-python
volumes:
- .:/code/