oidc-server-mock icon indicating copy to clipboard operation
oidc-server-mock copied to clipboard

docs: add Dockerfile example

Open andrei-cdl opened this issue 8 months ago • 0 comments

Additional quick start for docker

easily deploy to aws via copilot

copilot init --app oidc-mock \
--name oidc-mock-server \
--type 'Request-Driven Web Service' \
--dockerfile './Dockerfile' \
--deploy

andrei-cdl avatar May 28 '24 16:05 andrei-cdl