Fix the Dockerfle for gateway to copy correctly.

This commit is contained in:
Hemang
2025-05-15 18:15:31 +02:00
committed by Hemang Sarkar
parent 780e5f6ee7
commit f33b2392f6
+1 -1
View File
@@ -4,7 +4,7 @@ WORKDIR /srv/gateway
COPY pyproject.toml ./pyproject.toml
COPY . .
COPY gateway/ ./
COPY README.md ./README.md