Skip to content

EsrafilElahi/react-graphql

Repository files navigation

Dockerized Application

This repository contains a Dockerized application that can be managed using Makefile targets. The Makefile provides several useful commands for building, running, and managing the Docker containers.

Prerequisites

Before you begin, make sure you have Docker and Docker Compose installed on your system.

Usage :

Build Docker Images

make build

Start Docker Containers

make up

Stop and Remove Docker Containers

make down

View Container Logs

make logs

Help, for more commands

make help