fixed project and dockerrized everything

This commit is contained in:
2023-10-16 22:35:46 +02:00
parent 6a67dc40bf
commit 4bd4a3796e
16 changed files with 161 additions and 178 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: '3.0'
services:
web:
build: .
image: anki_convert
container_name: anki_convert
restart: unless-stopped
ports:
- 8080:5000