From 52e28e32377e74594cdcca905876d63b572e09b0 Mon Sep 17 00:00:00 2001 From: yapsh1008 Date: Tue, 22 Apr 2025 17:29:59 +0800 Subject: [PATCH] assignment2: Added feature 1 --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 000000000..dcd7b824d --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,7 @@ +version: '3.8' +services: + app: + build: . + ports: + - "8080:8080" + \ No newline at end of file