Skip to content

Commit

Permalink
add 3DThesis PATH to correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
gknapp1 committed Sep 25, 2024
1 parent 26c6410 commit 923a116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ RUN . /opt/spack-environment/activate.sh && \
-D CMAKE_INSTALL_PREFIX=${THESIS_DIR} \
-D CMAKE_BUILD_TYPE=Debug && \
cmake --build build && \
cmake --install build
RUN echo 'export PATH="/opt/3DThesis/bin:$PATH"' >> activate.sh
cmake --install build && \
echo 'export PATH="/opt/3DThesis/bin:$PATH"' >> /opt/spack-environment/activate.sh

# Set entry point
RUN { \
Expand Down

0 comments on commit 923a116

Please sign in to comment.