This commit is contained in:
Maieul BOYER 2025-12-19 14:37:21 +01:00
parent 2299294f0e
commit d5278274ea
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
# By: nrobinso <nrobinso@student.42.fr> +#+ +:+ +#+ # # By: nrobinso <nrobinso@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2025/06/11 18:10:26 by maiboyer #+# #+# # # Created: 2025/06/11 18:10:26 by maiboyer #+# #+# #
# Updated: 2025/12/19 09:19:02 by nrobinso ### ########.fr # # Updated: 2025/12/19 14:33:21 by maiboyer ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -14,12 +14,13 @@
# TODO: REMOVE THIS BEFORE LAUNCH # TODO: REMOVE THIS BEFORE LAUNCH
# this allows the us to only start the non-monitoring sercices # this allows the us to only start the non-monitoring sercices
# DOCKER_SERVICE= DOCKER_SERVICE= \
# auth \ auth \
# chat \ chat \
# frontend \ frontend \
# nginx \ nginx \
# user \ user \
all: build all: build
docker compose up -d $(DOCKER_SERVICE) docker compose up -d $(DOCKER_SERVICE)