This commit is contained in:
yapsh1008 2025-04-22 09:30:48 +00:00 committed by GitHub
commit f03f056430
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,7 @@
version: '3.8'
services:
app:
build: .
ports:
- "8080:8080"