use make blood instead make nblood

This commit is contained in:
CommonLoon102 2020-01-25 14:52:36 +01:00
parent 0317006741
commit cbccbcf0d2

View File

@ -65,7 +65,7 @@ RUN git clone https://github.com/CommonLoon102/NBlood.git
# Build NBlood
RUN cd NBlood \
&& git checkout gnorender \
&& make nblood NORENDER=1
&& make blood NORENDER=1
# Install and configure nginx
RUN apt-get update && apt-get install -y nginx \