|
|
|
|
|
by dsnuh
2805 days ago
|
|
Yeah, I think I have an understanding now. We use tagged Docker base images with the app dependencies baked in so you can just use a FROM your Dockerfile and know you have the dependencies in the image and you just add and run your app code. |
|