Skip to content

Commit

Permalink
CB-5 Add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
izzat5233 committed Nov 1, 2024
1 parent dc48cde commit ec1248f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ SENTRY_ENVIRONMENT= (optional)
### Build & Run

```bash
docker build -t chatbot-builder-engine .
docker run -p 8083:80 chatbot-builder-engine
docker-compose up --build
```
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
services:
app:
build: .
image: chatbot-builder-engine
ports:
- "8083:80"
env_file:
- app/.env

0 comments on commit ec1248f

Please sign in to comment.