misc: move files to root

This commit is contained in:
2026-04-15 17:29:11 -04:00
Unverified
parent 19aff04e60
commit c72bd9fff6
34 changed files with 127 additions and 15 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
connect4-ui:
build:
context: .
dockerfile: Dockerfile
image: connect4-ui
container_name: connect4-ui
environment:
NODE_ENV: production
PORT: "3000"
ports:
- "3000:3000"
restart: unless-stopped