Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fastapi with docker compose #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Guruprasanna02
Copy link

@Guruprasanna02 Guruprasanna02 commented Feb 22, 2024

fixes #13 the issue of FastAPI not working with docker-compose to record or capture tests with keploy as the container would exit without it being present in docker-compose.

  • Edited Dockerfile to build more efficiently by caching the apt installed packages before rebuilding each time

@Guruprasanna02 Guruprasanna02 changed the title fix: fastapi with docker compose fix: fastapi with docker compose #13 Feb 22, 2024
@Guruprasanna02 Guruprasanna02 changed the title fix: fastapi with docker compose #13 fix: fastapi with docker compose Feb 22, 2024
@Guruprasanna02 Guruprasanna02 changed the title fix: fastapi with docker compose fix: fastapi with docker compose fixes #13 Feb 22, 2024
@Guruprasanna02 Guruprasanna02 changed the title fix: fastapi with docker compose fixes #13 fix: fastapi with docker compose Feb 22, 2024
@Guruprasanna02 Guruprasanna02 force-pushed the fastapi-docker branch 2 times, most recently from 38adbc0 to f141dd9 Compare March 7, 2024 19:50
Signed-off-by: Guruprasanna02 <guruprasannavasudevan02@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FastAPI+Postgres sample test project not working on Docker
1 participant