Skip to content

Commit

Permalink
Make a line shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
erinecon authored Oct 25, 2024
1 parent db0914e commit 81de711
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/how-to/build-a-12-factor-app-rock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ the root of the project:
- ``static``
- ``templates``

To change this, the following snippet needs to be added to the ``rockcraft.yaml``:
To change this, the following snippet needs to be added to
the ``rockcraft.yaml``:

.. tabs::

Expand Down Expand Up @@ -50,8 +51,8 @@ To change this, the following snippet needs to be added to the ``rockcraft.yaml`
- app/templates
- app/static
Note the ``app/`` prefix that is required followed by the relative path to
the project root.
Note the ``app/`` prefix that is required followed by the relative path to
the project root.

.. group-tab:: Go

Expand All @@ -64,8 +65,8 @@ To change this, the following snippet needs to be added to the ``rockcraft.yaml`
- app/static
- app/migrate.sh
Note the ``app/`` prefix that is required followed by the relative path to
the project root.
Note the ``app/`` prefix that is required followed by the relative path to
the project root.

Include additional debs in the OCI image
----------------------------------------
Expand Down Expand Up @@ -151,7 +152,7 @@ Update the OCI image
.. group-tab:: Go
After making a change to your app;
After making a change to your app:
1. Make sure that any new files will be included in the new OCI image.
2. Run ``rockcraft pack`` to create the new OCI image.
Expand Down

0 comments on commit 81de711

Please sign in to comment.