initial commit

This commit is contained in:
Daniel 2023-11-21 15:20:43 +01:00
parent b84bd80842
commit 9411fe61ee
11 changed files with 272 additions and 1 deletions

6
docker-compose.yml Normal file
View file

@ -0,0 +1,6 @@
services:
app:
build: .
container_name: python-env
volumes:
- .:/code