Skip to content

invenlore/api.gateway

Repository files navigation

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