Misplaced backslash in Dockerfile causes incorrect directory creation

A misplaced backslash in the Dockerfile caused Docker to interpret multiple instructions as a single path, resulting in the creation of an unintended directory. This led to an incorrect filesystem structure inside the built image.

Please remove the backslash at the end of this line.