Skip to content

Instantly share code, notes, and snippets.

View ericolvr's full-sized avatar

Érico Oliveira ericolvr

View GitHub Profile
@ericolvr
ericolvr / Makefile
Last active January 21, 2024 13:33
# ANSI color codes
COLOR_RESET=\033[0m
COLOR_BOLD=\033[1m
COLOR_GREEN=\033[32m
COLOR_YELLOW=\033[33m
help:
@echo ""
@echo " $(COLOR_YELLOW)Available targets:$(COLOR_RESET)"
@echo " $(COLOR_GREEN)start$(COLOR_RESET) - Start Docker Services"