Commit Graph

14 Commits

Author SHA1 Message Date
6b96cd2012 fix: correct port mapping and update volume path in docker-compose.yml 2026-02-22 00:46:01 +01:00
9e95d8eaed fix: remove command from docker-compose.yml to streamline service startup 2026-02-22 00:38:12 +01:00
ba101be745 fix: update Docker Compose version and correct command syntax 2026-02-22 00:34:46 +01:00
77702f79cc fix: update COPY command in Dockerfile to include package-lock.json 2026-02-22 00:19:44 +01:00
bb75209c80 fix: update volume path in docker-compose.yml to mount correctly 2026-02-22 00:17:57 +01:00
e80bbe126d modified: docker-compose.yml 2026-02-22 00:15:13 +01:00
5205d09de1 fix: update volume path in docker-compose.yml to use current directory 2026-02-22 00:13:46 +01:00
0db39ca130 feat: add command to start application in docker-compose.yml 2026-02-22 00:12:29 +01:00
f75296721a fix: update port mapping and volume path in docker-compose.yml 2026-02-22 00:10:14 +01:00
332705a51a feat: add docker-compose configuration for application setup 2026-02-21 23:53:02 +01:00
78dcbec742 feat: add Dockerfile for application containerization 2026-02-21 23:46:11 +01:00
ec33458521 feat: initial commit with Express server and Socket.IO integration
- Added package.json for project metadata and dependencies
- Created public/index.html for the front-end interface
- Implemented server.js to set up an Express server with Socket.IO for real-time communication
2026-02-21 23:38:02 +01:00
053e7cf09b Add initial README.md with project overview and setup instructions 2026-02-21 23:32:03 +01:00
80cf8b6c95 first commit 2026-02-21 23:22:34 +01:00