Skip to content

Commit

Permalink
Merge branch 'main' into with_env_file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranquility2 authored Nov 11, 2024
2 parents ab0f839 + 0303d47 commit ae3d162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/generic/testcontainers/generic/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class ServerContainer(DockerContainer):
... delay = wait_for_logs(srv, "GET / HTTP/1.1")
:param path: Path to the Dockerfile to build the image
:param tag: Tag for the image to be built (default: None)
:param port: Port to be exposed on the container.
:param image: Docker image to be used for the container.
"""

def __init__(self, port: int, image: Union[str, DockerImage]) -> None:
Expand Down

0 comments on commit ae3d162

Please sign in to comment.