USERNAME = cchauvet all: up build: docker build -t ${USERNAME}/nginx srcs/nginx/ run: docker-compose up -d srcs/docker-compose.yml up: build run