From c3c18a914e75f9cad32281170f84a3c09a7b8fcf Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Sun, 18 Feb 2024 17:03:02 +0300 Subject: [PATCH] sdfsdfsdfsd --- .gitea/workflows/serve.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/serve.yml b/.gitea/workflows/serve.yml index 543adeb..b17de5b 100644 --- a/.gitea/workflows/serve.yml +++ b/.gitea/workflows/serve.yml @@ -17,7 +17,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Git Submodule Update - run: git pull --recurse-submodules; git submodule update --remote --recursive + run: git submodule update --init --recursive - name: Copy .env file run: cp .env.example .env @@ -30,4 +30,4 @@ jobs: backend db - name: Run the Docker image - run: docker compose up -d \ No newline at end of file + run: SERVER_PORT=3005 docker compose up -d backend db redis \ No newline at end of file