Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwok He Chu committed Feb 9, 2024
1 parent e4b432f commit ca53297
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ git clone https://github.com/adyen-examples/adyen-mock-terminal-api.git
```


## 2. Run the application
## 2. Run the Application

```
npm install
Expand All @@ -52,6 +52,16 @@ Once you've cloned the example, you can point the application to use `http://loc
2. Alternatively, you can use this stand-alone application and send terminal API requests from within the application.


### Run Docker Image

You can also run the `adyen-mock-terminal-api` in a Docker container which exposes the application on port 3000 (default).


```
# Run on Mac (i.e. --platform linux/arm64/v8)
docker run --rm -d --name adyen-mock-terminal-api -p 3000:3000 -e PORT=3000 ghcr.io/adyen-examples/adyen-mock-terminal-api:main
```


## Contributing

Expand Down

0 comments on commit ca53297

Please sign in to comment.