Skip to content

Commit 8d55304

Browse files
committed
Comment the dos2unix workaround
1 parent 153f597 commit 8d55304

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ WORKDIR /home/user
1212
# even if they are modified.
1313
COPY . .
1414

15+
# Patch Windows line endings if the repository was cloned on Windows.
1516
RUN nix-shell -p dos2unix --run 'find . -exec dos2unix {} +'
1617

1718
# Build the DiffDetective demo. This also all dependencies (e.g., DiffDetective

0 commit comments

Comments
 (0)