# HG changeset patch
# User Edouard Tisserant <edouard.tisserant@gmail.com>
# Date 1653054526 -7200
# Node ID 4bdf5784f8b2483bd845205dc4c3321f7b863748
# Parent  d545546e87353505c6c0434c5130a5dea6297f48
...

diff -r d545546e8735 -r 4bdf5784f8b2 Dockerfile
--- a/Dockerfile	Fri May 20 15:17:33 2022 +0200
+++ b/Dockerfile	Fri May 20 15:48:46 2022 +0200
@@ -22,7 +22,7 @@
 # easy to remember 'build' alias to invoke main makefile
 ARG OWNDIRBASENAME=beremiz_public_dist
 ENV OWNDIRBASENAME ${OWNDIRBASENAME}
-RUN /bin/echo -e '#!/bin/bash\nmake -f /home/'$UNAME'/src/'$OWNDIRBASENAME'/Makefile $*' > /usr/local/bin/build
+RUN /bin/echo -e '#!/bin/bash\necho XXXX $*\nmake -f /home/'$UNAME'/src/'$OWNDIRBASENAME'/Makefile $*' > /usr/local/bin/build
 RUN chmod +x /usr/local/bin/build
 
 USER $UNAME