mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-25 11:18:43 +00:00
Finalizes option to secure backend http endpoints with a token
- Also fixes to build commands in makefile
This commit is contained in:
6
Makefile
6
Makefile
@ -5,7 +5,8 @@ run:
|
||||
|
||||
.PHONY: rebuild-run
|
||||
rebuild-run:
|
||||
docker compose -f docker-compose.yaml up --build
|
||||
docker compose -f docker-compose.yaml build --no-cache \
|
||||
&& docker compose -f docker-compose.yaml up
|
||||
|
||||
|
||||
.PHONY: run-app-only
|
||||
@ -15,4 +16,5 @@ run-app-only:
|
||||
|
||||
.PHONY: rebuild-run-app-only
|
||||
rebuild-run-app-only:
|
||||
docker compose -f app-docker-compose.yaml up --build
|
||||
docker compose -f app-docker-compose.yaml build --no-cache \
|
||||
&& docker compose -f app-docker-compose.yaml up
|
||||
|
Reference in New Issue
Block a user