From f0e375f8581156887ea7f4796998d3d46aab76f6 Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Mon, 21 Apr 2025 23:27:43 -0500 Subject: [PATCH] manual init --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 322ff44..b374631 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ ts-cheminformatics/ - At the end of `./ts-cheminformatics/cheminformatics-microservice/Dockerfile` change `--port 80` to `--port 8080` - See the [documentation](https://docs.api.naturalproducts.net/introduction.html) for supplimental options -5. Start the Services +5. Start the Services navigate to `./ts-cheminformatics` ```bash docker compose up --build -d ```