Skip to content
Closed
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Use Docker Compose to build and run the container

```bash
docker compose up --build
SPEC_FILE=./specs/cc_api_uat_20241025_update.json docker compose up --build
```

## Usage
Expand Down
4 changes: 4 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ services:
image: consoleconnect/emulator:latest
ports:
- "9000:9000"
environment:
- SPEC_FILE=${SPEC_FILE}
volumes:
- ./specs:/app/specs
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"wait-on": "^8.0.1"
},
"dependencies": {
"ajv-formats": "^3.0.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
Expand Down
Loading