Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Build multi-threaded and copy test files.
  • Loading branch information
spond authored Jan 7, 2025
1 parent a4bdf37 commit c1b06e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ COPY ./src /hyphy/src
COPY ./contrib /hyphy/contrib
COPY ./res /hyphy/res
COPY CMakeLists.txt /hyphy
COPY ./tests /hyphy/tests

RUN chown -R hyphyuser:hyphyuser .

# Install project
RUN cmake . && make install
RUN cmake . && make -j install

USER hyphyuser

0 comments on commit c1b06e1

Please sign in to comment.