Files
portabase/Makefile
T

8 lines
112 B
Makefile
Raw Normal View History

2025-07-28 16:53:21 +02:00
CLUSTER_SCRIPT=docker/entrypoints/app-dev-entrypoint.sh
up:
2026-02-27 09:51:42 +01:00
@bash $(CLUSTER_SCRIPT)
2026-06-12 23:18:14 +02:00
api-test:
pnpm test:api