Add Dockerfile and Docker-compose.yml

This commit is contained in:
Sonali Rangampally
2026-05-26 16:17:49 -07:00
parent ea5c3484d9
commit 9f93a759f0
3 changed files with 53 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
services:
iknowyou:
build: .
container_name: iknowyou
ports:
- "8080:8080"
restart: unless-stopped