Created
November 5, 2022 04:39
-
-
Save bhatti/a659093dc5a8eef49dd98ebcb19624b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker pull plexobject/api-mock-service:latest | |
| docker run -p 8000:8080 -p 8081:8081 -e HTTP_PORT=8080 PROXY_PORT=8081 -e DATA_DIR=/tmp/mocks \ | |
| -e ASSET_DIR=/tmp/assets plexobject/api-mock-service:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment