update: made some chages
This commit is contained in:
parent
fb48a0fa04
commit
2f991d9743
3 changed files with 12 additions and 3 deletions
|
|
@ -6,13 +6,16 @@
|
||||||
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
|
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/06/11 18:10:26 by maiboyer #+# #+# #
|
# Created: 2025/06/11 18:10:26 by maiboyer #+# #+# #
|
||||||
# Updated: 2025/06/12 18:29:29 by maiboyer ### ########.fr #
|
# Updated: 2025/06/12 22:06:41 by maiboyer ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
all:
|
all:
|
||||||
docker compose build
|
docker compose build
|
||||||
docker compose up
|
docker compose up -d
|
||||||
|
|
||||||
|
logs:
|
||||||
|
docker compose logs -f --colors
|
||||||
|
|
||||||
re:
|
re:
|
||||||
$(MAKE) -f ./Docker.mk clean
|
$(MAKE) -f ./Docker.mk clean
|
||||||
|
|
|
||||||
5
Makefile
5
Makefile
|
|
@ -6,7 +6,7 @@
|
||||||
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||||
# Updated: 2025/06/12 18:34:44 by maiboyer ### ########.fr #
|
# Updated: 2025/06/12 22:06:29 by maiboyer ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
|
@ -53,6 +53,9 @@ prune:
|
||||||
@$(MAKE) --no-print-directory -f ./Docker.mk prune
|
@$(MAKE) --no-print-directory -f ./Docker.mk prune
|
||||||
@$(MAKE) --no-print-directory footer
|
@$(MAKE) --no-print-directory footer
|
||||||
|
|
||||||
|
logs:
|
||||||
|
@$(MAKE) --no-print-directory -f ./Docker.mk logs
|
||||||
|
|
||||||
$(NAME): all
|
$(NAME): all
|
||||||
|
|
||||||
# Header
|
# Header
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,9 @@
|
||||||
podman
|
podman
|
||||||
podman-compose
|
podman-compose
|
||||||
gnumake
|
gnumake
|
||||||
|
nodejs_24
|
||||||
|
pnpm
|
||||||
|
typescript
|
||||||
];
|
];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export PODMAN_COMPOSE_WARNING_LOGS="false";
|
export PODMAN_COMPOSE_WARNING_LOGS="false";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue