Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 349 Bytes

File metadata and controls

17 lines (11 loc) · 349 Bytes

CodrJS/api

An API built using the @codrjs/core and @dylanbulmer/openapi NPM modules.

Build for production

docker build -t codr-api .

Build for local development

This is useful for testing the @codrjs/core local builds and reducing the frequency of releases.

docker build -t codr-api -f Dockerfile.local .