Skip to content

Commit

Permalink
fix(hurl): update entrypoint location
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed Jan 29, 2025
1 parent 9be8b2e commit 4e6936a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/scopeBackend/hurl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"]

0 comments on commit 4e6936a

Please sign in to comment.