From 9fb5b94eb0ee69215f966a9ab174f55ab052a40a Mon Sep 17 00:00:00 2001 From: Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:06:48 +0200 Subject: [PATCH] chore(client): use single quotes for EOF marker Updated the Dockerfile to use single quotes for the EOF marker in the minetest.conf file copy operation, ensuring consistent code styling and improved readability. --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index b838cd2..cd89bfb 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -57,7 +57,7 @@ RUN apk add --no-cache sqlite-libs curl gmp libstdc++ libgcc luajit irrlicht x11 WORKDIR /var/lib/minetest -COPY <