Skip to content

Locker-It/Front

Repository files navigation

Docker Setup

🚀 Run the Server

docker compose up --build -d

• App will be available at: http://localhost:5173
--build ensures the image is rebuilt with your latest code
-d runs in the background


🔄 Live Code Sync

Changes in your local files are reflected immediately inside the container via volume mapping.


📦 Common Commands

docker compose up -d
docker compose down
docker logs -f backend
docker compose exec backend npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages