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
I have never seen such an approach where we seed data in the middle of the process of building a Docker container. I cannot fully comprehend where this data will be stored, how it checks the connection to some database, etc. But that is not my question. The question is, why do we need this at build time at all?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have never seen such an approach where we seed data in the middle of the process of building a Docker container. I cannot fully comprehend where this data will be stored, how it checks the connection to some database, etc. But that is not my question. The question is, why do we need this at build time at all?
https://github.com/calcom/docker/blob/main/Dockerfile#L30-L31
Beta Was this translation helpful? Give feedback.
All reactions