assignment2: Added feature 1

This commit is contained in:
yapsh1008 2025-04-22 17:29:59 +08:00
parent 0c88f916db
commit 52e28e3237

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

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