Hacker News new | ask | show | jobs
by supahfly_remix 848 days ago
This looks pretty useful! Question on the nginx container. For my tests, this container is only useful when files are mounted into the container. For example, it needs an nginx.conf passed in. How do I do this with NginxContainer?
1 comments

You can copy files into the container before it starts. Testcontainers provides APIs for this.