An open API service indexing awesome lists of open source software.

https://github.com/labd/commercetools-mock-server

Docker based mock server for the commercetools API
https://github.com/labd/commercetools-mock-server

commercetools

Last synced: 3 months ago
JSON representation

Docker based mock server for the commercetools API

Awesome Lists containing this project

README

          

# commercetools-mock-server

Docker image which offers mocks for the commercetools api. This is based on
the https://github.com/labd/commercetools-node-mock project.

If you want to use the latest version make sure you have no cached container and run:

```sh
docker pull labdigital/commercetools-mock-server:latest
docker run -it -p 8989:8989 labdigital/commercetools-mock-server:latest
```

# Releasing

- The Dockerfile uses the `main` branch from the [commercetools-node-mock library](https://github.com/labd/commercetools-node-mock). To release a new docker image you need to simply retrigger the workflow on https://github.com/labd/commercetools-mock-server/actions?query=workflow%3Aci