fix missing newlines
This commit is contained in:
@ -52,5 +52,5 @@ cd "$DIR" || exit
|
|||||||
git pull origin $i2p_www_branch
|
git pull origin $i2p_www_branch
|
||||||
docker build $i2p_www_docker_build_args -t mirror.i2p.www$suffix .
|
docker build $i2p_www_docker_build_args -t mirror.i2p.www$suffix .
|
||||||
docker rm -f mirror.i2p.www$suffix
|
docker rm -f mirror.i2p.www$suffix
|
||||||
docker run -it $i2p_www_docker_run_args --env DEV:on --name mirror.i2p.www$suffix -p 0.0.0.0:$port:80 --volume $(pwd)/env:/env mirror.i2p.www$suffix ./runserver.py
|
docker run -it $i2p_www_docker_run_args --env DEV:on --name mirror.i2p.www$suffix --net=host --volume $(pwd)/env:/env mirror.i2p.www$suffix ./runserver.py
|
||||||
#./runserver.py
|
#./runserver.py
|
||||||
|
@ -86,4 +86,4 @@ The best way to maintain security and help the network is to run the latest rele
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Full list of fixed bugs: http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues?scope=all&state=closed&milestone_title=2.2.0
|
Full list of fixed bugs: http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues?scope=all&state=closed&milestone_title=2.2.0
|
||||||
|
@ -37,4 +37,4 @@ The best way to maintain security and help the network is to run the latest rele
|
|||||||
- {% trans %}Remove invalid signing keys from old installs{% endtrans %}
|
- {% trans %}Remove invalid signing keys from old installs{% endtrans %}
|
||||||
- {% trans %}Update Tomcat version in Ubuntu Lunar and Debian Sid{% endtrans %}
|
- {% trans %}Update Tomcat version in Ubuntu Lunar and Debian Sid{% endtrans %}
|
||||||
|
|
||||||
Full list of fixed bugs: http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues?scope=all&state=closed&milestone_title=2.2.1
|
Full list of fixed bugs: http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues?scope=all&state=closed&milestone_title=2.2.1
|
||||||
|
Reference in New Issue
Block a user