feat: Add local barcode plugin
This commit is contained in:
parent
73b34ff7b0
commit
f30620a8a2
5 changed files with 29 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -3,6 +3,7 @@ COMPOSE_CMD ?= docker compose
|
|||
DOCKER_HOST ?= unix:///run/docker.sock
|
||||
COMPOSE := DOCKER_HOST=$(DOCKER_HOST) $(COMPOSE_CMD)
|
||||
|
||||
.PHONY: psql
|
||||
psql:
|
||||
$(COMPOSE) exec inventree-db sh -c 'psql $$POSTGRES_USER $$POSTGRES_DB'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue