Skip to content

Commit

Permalink
fix(hurl): fix blank entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed Jan 29, 2025
1 parent 6cbdbf7 commit 9be8b2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/scopeBackend/hurl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ WORKDIR /app
# Copy all Python files into the container
COPY *.py /app/

# Set the entrypoint to nothing, allowing flexibility in script execution
ENTRYPOINT [""]

# Default command to run Hurl with the specified variables
CMD ["sh", "-c", "hurl *.py --variable host=${HOST:-backend:8000}"]

0 comments on commit 9be8b2e

Please sign in to comment.