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
At the moment your Dockerfile resides in a separate repository and clones this repo when building. Since docker uses overlayfs track container build stages this is a bad idea, could you consider moving the Dockerfile here and change the git clone command to COPY?
We would gladly drop our own custom etherpad-lite Dockerfile and help improving the official one, if we can get features like persistency and smaller image sizes into the official builds.
The text was updated successfully, but these errors were encountered:
I agree. The Dockerfile has to be moved inside the main repository.
About configuring via environment variables: I have been thinking about it for some time now. Since it seems that this is a common use case, I have opened #3543.
At the moment your Dockerfile resides in a separate repository and clones this repo when building. Since docker uses overlayfs track container build stages this is a bad idea, could you consider moving the Dockerfile here and change the git clone command to COPY?
We would gladly drop our own custom etherpad-lite Dockerfile and help improving the official one, if we can get features like persistency and smaller image sizes into the official builds.
The text was updated successfully, but these errors were encountered: