* rename main binary

This commit is contained in:
hagen 2015-12-05 08:16:25 +00:00
parent 045558bede
commit 8f9cea54c5
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ SHLIB := libi2pd.so
ARLIB := libi2pd.a
SHLIB_CLIENT := libi2pdclient.so
ARLIB_CLIENT := libi2pdclient.a
I2PD := i2p
I2PD := i2pd
GREP := fgrep
DEPS := obj/make.dep

View file

@ -8,4 +8,4 @@ RUN git clone https://github.com/PurpleI2P/i2pd.git
WORKDIR /i2pd
RUN make
CMD ./i2p
CMD ./i2pd