#2 Whoops, -it would be more helpful.
Merged 4 years ago by codeblock. Opened 4 years ago by pfrields.
fedora-docs/ pfrields/websites fix-container-output-buffering  into  master

@@ -46,7 +46,7 @@ 

  

  [source,bash]

  ----

- sudo docker run -t --rm -v "$(pwd):/opt/:z" fedora-websites ./scripts/pull-translations.sh

+ sudo docker run -it --rm -v "$(pwd):/opt/:z" fedora-websites ./scripts/pull-translations.sh

  ----

  

  
@@ -61,7 +61,7 @@ 

  

  [source,bash]

  ----

- sudo docker run -t --rm -v "$(pwd):/opt/:z" -p 5000:5000 fedora-websites flask run --reload --host 0.0.0.0

+ sudo docker run -it --rm -v "$(pwd):/opt/:z" -p 5000:5000 fedora-websites flask run --reload --host 0.0.0.0

  ----

  

  Note that we need `-p 5000:5000` so that we can access the development

no initial comment

rebased onto d8eb9f6

4 years ago

rebased onto 13af3bf

4 years ago

Pull-Request has been merged by codeblock

4 years ago
Metadata