diff --git a/backend/scopeBackend/hurl/Dockerfile b/backend/scopeBackend/hurl/Dockerfile index 499a15e..a539600 100644 --- a/backend/scopeBackend/hurl/Dockerfile +++ b/backend/scopeBackend/hurl/Dockerfile @@ -7,6 +7,4 @@ WORKDIR /app # Copy all Python files into the container COPY *.py /app/ -# Default command to run Hurl with the specified variables -CMD ["sh", "-c", "hurl *.py --variable host=${HOST:-backend:8000}"] - +ENTRYPOINT ["/bin/sh", "-c", "hurl *.py --variable host=${HOST:-backend:8000}"] \ No newline at end of file