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.
This commit is contained in:
Yves-Marie Haussonne 2024-09-30 19:06:48 +02:00
parent 89c6b4d62f
commit 9fb5b94eb0

View File

@ -57,7 +57,7 @@ RUN apk add --no-cache sqlite-libs curl gmp libstdc++ libgcc luajit irrlicht x11
WORKDIR /var/lib/minetest WORKDIR /var/lib/minetest
COPY <<EOF /var/lib/minetest/.minetest/minetest.conf COPY <<'EOF' /var/lib/minetest/.minetest/minetest.conf
enable_fog = false enable_fog = false
leaves_style = opaque leaves_style = opaque
smooth_lighting = false smooth_lighting = false