Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 562 Bytes

File metadata and controls

14 lines (11 loc) · 562 Bytes

Running development environment

docker compose --profile dev build
docker compose --profile dev up -d

Running production environment

docker compose --profile prod build
docker compose --profile prod up -d

Application

In the development environment, you can freely modify any resources in the app/data folder, with updates appearing instantly in the system. When moving to production, all data from this folder is copied into the app container volume for a smooth deployment.

Important

Document root directory app/data/public