fixed dockerfile, added fastapi

This commit is contained in:
2025-11-24 16:35:06 +03:00
parent 908b2e870d
commit 23e8b71776
5 changed files with 64 additions and 81 deletions

9
docker-compose.yaml Normal file
View File

@@ -0,0 +1,9 @@
services:
openbabel-app:
build:
context: .
environment:
PORT: 1654
ports:
- 1654:1654
tty: true