First pass of Docker shit

This commit is contained in:
The Shittinator
2026-02-22 19:43:11 -06:00
parent 342e5ce0d9
commit 2e1f52810e
3 changed files with 20 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
---
version: "3.8"
services:
lmgcitfy:
build: .
ports:
- 127.0.0.1:5000:5000