Skip to content

Separate Dockerfile for Data and Application

username-removed-15260 requested to merge (removed):master into master

This is based on #1158 (closed)

Instead of creating data container from same docker image, we create separate docker image for data container to avoid keeping original docker image after upgrading to new version. (That results in 1GB space that cannot be freed)

Merge request reports