Skip to content

Commit

Permalink
chore(doc): Format
Browse files Browse the repository at this point in the history
  • Loading branch information
alithethird committed Dec 10, 2024
1 parent 6aba111 commit 9846735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions docs/reference/extensions/django-framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ installed in your rock but decided to use ``sync`` workers instead you can do
so by using the ``--args`` parameter of ``docker run``:

.. code-block:: bash
$ docker run \
--name django-container \
-d -p 8138:8000 \
django-image:1.0 \
docker run --name django-container -d -p 8138:8000 django-image:1.0 \
--args django sync
.. note::
Expand Down
5 changes: 1 addition & 4 deletions docs/reference/extensions/flask-framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ the ``--args`` parameter of ``docker run`` to use ``sync`` workers instead of
the default ``gevent``:

.. code-block:: bash
$ docker run \
--name flask-container \
-d -p 8138:8000 \
flask-image:1.0 \
docker run --name flask-container -d -p 8138:8000 flask-image:1.0 \
--args flask sync
``parts`` > ``flask-framework/install-app`` > ``prime``
Expand Down

0 comments on commit 9846735

Please sign in to comment.