We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153f597 commit 8d55304Copy full SHA for 8d55304
1 file changed
Dockerfile
@@ -12,6 +12,7 @@ WORKDIR /home/user
12
# even if they are modified.
13
COPY . .
14
15
+# Patch Windows line endings if the repository was cloned on Windows.
16
RUN nix-shell -p dos2unix --run 'find . -exec dos2unix {} +'
17
18
# Build the DiffDetective demo. This also all dependencies (e.g., DiffDetective
0 commit comments