Move dockerfiles inside gateway/ and update main CLI script to be able to run build, up, down and logs on a local gateway server instance.

This commit is contained in:
Hemang
2025-05-13 09:41:09 +02:00
committed by Hemang Sarkar
parent 73de68e822
commit e2e004b7b1
12 changed files with 241 additions and 30 deletions

View File

@@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./gateway
file: Dockerfile.gateway
file: ./gateway/Dockerfile.gateway
platforms: linux/amd64
push: true
tags: ${{ env.tags }}