Skip to content

Commit c60541b

Browse files
committed
Move srcml into separate subfolder
1 parent 959171b commit c60541b

File tree

682 files changed

+38
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

682 files changed

+38
-37
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN curl -L http://www.sdml.cs.kent.edu/build/srcML-1.0.0-Boost.tar.gz | \
2222
RUN mkdir -p /srcml/build
2323

2424
# Copy your source code into the container (update `.` as needed)
25-
COPY . /srcml
25+
COPY ./srcml /srcml
2626

2727
# Set working directory
2828
WORKDIR /srcml/build

README.md

Lines changed: 1 addition & 36 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)