fix: correct syntax in Dockerfile RUN command

This commit is contained in:
2026-03-05 04:44:55 +07:00
parent 8c23b4c1bf
commit c6dc9d7d82

View File

@@ -25,4 +25,4 @@ COPY mise.toml ${TOOLS_DIR}/config/mise.toml
RUN sh -c "\
rm -rf ${TOOLS_DIR}/shims ${TOOLS_DIR}/installs && \
mise install \
"
"