I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit c5ec52dd authored by idk's avatar idk
Browse files

fix missing newlines

parent 94d206b7
No related branches found
No related tags found
No related merge requests found
...@@ -52,5 +52,5 @@ cd "$DIR" || exit ...@@ -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 ...@@ -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
\ No newline at end of file
...@@ -37,4 +37,4 @@ The best way to maintain security and help the network is to run the latest rele ...@@ -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
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment