build(Makefile): remove serve-database
This commit is contained in:
parent
1321e8a308
commit
1212d20401
5
Makefile
5
Makefile
@ -204,11 +204,6 @@ db: --image-build --containerized---db;
|
|||||||
############################
|
############################
|
||||||
##### DATABASE TARGETS #####
|
##### DATABASE TARGETS #####
|
||||||
|
|
||||||
# TODO: to be deprecated by start-%
|
|
||||||
.PHONY: serve-database
|
|
||||||
# HELP: serve database
|
|
||||||
serve-database: --containerized-database;
|
|
||||||
|
|
||||||
--containerized-database: FRADRIVE_SERVICE=database
|
--containerized-database: FRADRIVE_SERVICE=database
|
||||||
# port forwarding is disabled in --network=host mode; nevertheless it is stated here for documentation reasons
|
# port forwarding is disabled in --network=host mode; nevertheless it is stated here for documentation reasons
|
||||||
--containerized-database: docker/database/initdb.sh docker/database/pg_hba.conf docker/database/postgresql.conf docker/database/schema.sql --image-build
|
--containerized-database: docker/database/initdb.sh docker/database/pg_hba.conf docker/database/postgresql.conf docker/database/schema.sql --image-build
|
||||||
|
|||||||
Reference in New Issue
Block a user