We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25d553 commit 35b435bCopy full SHA for 35b435b
Dockerfile
@@ -22,7 +22,7 @@ WORKDIR "/LibRBP/build"
22
RUN cmake .. && make && make install
23
24
# Copy the files over to working directory.
25
-RUN mkdir -p /EEJ/build
26
-COPY . /EEJ
27
-WORKDIR "/EEJ/build"
+RUN mkdir -p /SCQ/build
+COPY . /SCQ
+WORKDIR "/SCQ/build"
28
RUN cmake .. && make && ctest
0 commit comments