Skip to content

Commit

Permalink
feat(hurl): read from HOST environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed Jan 29, 2025
1 parent 41514dd commit 4355f8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/scopeBackend/hurl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"]

0 comments on commit 4355f8e

Please sign in to comment.