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:
parent
89c6b4d62f
commit
9fb5b94eb0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user