Add Docker files to imege

Hi I’m new user.

i’m tring to add “n8n” and “baserow” into 1 image.
how can i add 2 files into 1 image?

A. The point of containerization is to separate services into their own environment. Can you not have them communicate with each other in a way that achieves your needs?

B. You can create your own dockerfile and install the required packages for both services manually, you could also copy contents from each of those images in the dockerfile, but then again; see A

1 Like