diff --git a/backend/scopeBackend/hurl/Dockerfile b/backend/scopeBackend/hurl/Dockerfile index 8376b0d..bb3ca02 100644 --- a/backend/scopeBackend/hurl/Dockerfile +++ b/backend/scopeBackend/hurl/Dockerfile @@ -11,4 +11,5 @@ COPY *.py /app/ ENTRYPOINT [""] # Default command to run Hurl with the specified variables -CMD ["sh", "-c", "hurl *.py --variable host=backend:8000"] +CMD ["sh", "-c", "hurl *.py --variable host=${HOST:-backend:8000}"] +