Aimpress_site/docker-compose.yml
Vadym Samoilenko 67c7ab3289 Initial commit: Aimpress website
React 19 + TypeScript SPA with Vite, mobile responsive fixes,
GitHub Actions CI/CD pipeline for automated deployment.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 13:47:37 +00:00

8 lines
123 B
YAML

services:
web:
build: .
ports:
- "5173:5173"
volumes:
- .:/app
- /app/node_modules