Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 471 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 471 Bytes

Description

Plain django init project.

Requirements

  1. Docker Engine or Docker Desktop

Installation

docker compose -f devops/docker/docker-compose.yaml build --build-arg USER=1000 --build-arg GROUP=1000
docker compose -f devops/docker/docker-compose.yaml up
docker compose -f devops/docker/docker-compose.yaml down

Visit app at localhost:8000