Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/davidfrantz/force into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
davidfrantz committed Dec 20, 2024
2 parents bb84991 + 7a30645 commit ab7e218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ COPY --chown=docker:docker . .
RUN echo "building FORCE" && \
./debug.sh $debug && \
sed -i "/^INSTALLDIR=/cINSTALLDIR=$INSTALL_DIR/" Makefile && \
make -j && \
make -j$(nproc) && \
make install && \
make clean && \
cd $HOME && \
Expand Down

0 comments on commit ab7e218

Please sign in to comment.