You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
Thank you for creating this repo! It has really helped me put together a containerized app.
I have one question though. Where would you put the .dockerignore files?
Inside the folders that contain the code, inside the docker folder (next to docker-compose.dev.yml)
or inside the docker folder next to the Dockerfile files?
Hi Thomas,
Thank you for creating this repo! It has really helped me put together a containerized app.
I have one question though. Where would you put the .dockerignore files?
Inside the folders that contain the code, inside the docker folder (next to docker-compose.dev.yml)
or inside the docker folder next to the Dockerfile files?
Thanks!