CHANGE: Code Refactoring + Docker image + small fixes

This commit is contained in:
2024-10-08 14:49:11 +02:00
parent ca8df8600b
commit e74e2aa49e
6 changed files with 68 additions and 38 deletions

View File

@@ -1,9 +1,8 @@
version: '3.0'
services:
web:
build: .
image: anki_convert
image: git.letsstein.de/tom/anki_convert
container_name: anki_convert
restart: unless-stopped
ports:
- 8080:5000
ports:
- 8080:5000