From 2b5c254dffc195c6ba35a6f961266b172ce0bf29 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Wed, 13 Mar 2024 12:55:30 -0400 Subject: [PATCH] Track the workaround --- smui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smui/Dockerfile b/smui/Dockerfile index fa59f5a..2eb14d3 100644 --- a/smui/Dockerfile +++ b/smui/Dockerfile @@ -2,7 +2,7 @@ FROM querqy/smui:4.0.11 COPY --chown=smui:smui conf/* conf/ -# This is a workaround for now +# This is a workaround for now. Remove when SMUI 5.x is released. COPY --chown=smui:smui 3.sql conf/evolutions/default/3.sql COPY --chown=smui:smui 8.sql conf/evolutions/default/8.sql