inital Jack

This commit is contained in:
2026-03-30 15:42:39 -04:00
commit cd46057cd2
11 changed files with 837 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
services:
web:
build: .
image: calculator:latest
ports:
- "8888:80"
restart: unless-stopped