mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 12:49:41 +03:00
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Git Submodule Update
|
- name: Git Submodule Update
|
||||||
run: git pull --recurse-submodules; git submodule update --remote --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
- name: Copy .env file
|
- name: Copy .env file
|
||||||
run: cp .env.example .env
|
run: cp .env.example .env
|
||||||
@@ -30,4 +30,4 @@ jobs:
|
|||||||
backend
|
backend
|
||||||
db
|
db
|
||||||
- name: Run the Docker image
|
- name: Run the Docker image
|
||||||
run: docker compose up -d
|
run: SERVER_PORT=3005 docker compose up -d backend db redis
|
||||||
Reference in New Issue
Block a user