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