Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 250 Bytes

File metadata and controls

20 lines (14 loc) · 250 Bytes

Residential Meeting

Build Docker image

docker-compose up -d --build

Run docker image with console

docker exec -it residential-meeting-frontend-frontend-1 sh

Run inside Docker image with console

npm install
npm run dev