Skip to content

invenlore/user.service

Repository files navigation

UserService

production image build

Docker:

# fresh with build
make fresh

# start
make up

# stop
make down

# logs
make logs

Or just run:

make run