Skip to content

idealapps-code/terminode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 frontend/app and backend/app 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published