Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 722 Bytes

File metadata and controls

27 lines (21 loc) · 722 Bytes

API Gateway

production image build image version Codacy Badge

Docker:

# fresh with build
make fresh

# start
make up

# stop
make down

# logs
make logs

# pin all actions in master.yaml workflow
make workflow

Or just run:

make run