fixed dockerfile, added fastapi
This commit is contained in:
9
docker-compose.yaml
Normal file
9
docker-compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
openbabel-app:
|
||||
build:
|
||||
context: .
|
||||
environment:
|
||||
PORT: 1654
|
||||
ports:
|
||||
- 1654:1654
|
||||
tty: true
|
||||
Reference in New Issue
Block a user