Skip to content

Commit 35b435b

Browse files
committed
update Dockerfile
1 parent a25d553 commit 35b435b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WORKDIR "/LibRBP/build"
2222
RUN cmake .. && make && make install
2323

2424
# Copy the files over to working directory.
25-
RUN mkdir -p /EEJ/build
26-
COPY . /EEJ
27-
WORKDIR "/EEJ/build"
25+
RUN mkdir -p /SCQ/build
26+
COPY . /SCQ
27+
WORKDIR "/SCQ/build"
2828
RUN cmake .. && make && ctest

0 commit comments

Comments
 (0)