Skip to content

Commit

Permalink
Merge branch 'flask-django-extention-async-workers' of github.com:ali…
Browse files Browse the repository at this point in the history
…thethird/rockcraft into flask-django-extention-async-workers
  • Loading branch information
alithethird committed Dec 13, 2024
2 parents ead9f9c + 3b214dc commit 8454a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/extensions/django-framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ 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 8000:8000 django-image:1.0 \
--args django sync
.. note::
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/extensions/flask-framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ 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 8000:8000 flask-image:1.0 \
--args flask sync
``parts`` > ``flask-framework/install-app`` > ``prime``
Expand Down

0 comments on commit 8454a69

Please sign in to comment.