From 81de711b9d8194025697e696405aad1180faa4bf Mon Sep 17 00:00:00 2001 From: Erin Conley Date: Fri, 25 Oct 2024 16:17:23 +0200 Subject: [PATCH] Make a line shorter --- docs/how-to/build-a-12-factor-app-rock.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/how-to/build-a-12-factor-app-rock.rst b/docs/how-to/build-a-12-factor-app-rock.rst index 68826072e..cfb38298a 100644 --- a/docs/how-to/build-a-12-factor-app-rock.rst +++ b/docs/how-to/build-a-12-factor-app-rock.rst @@ -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:: @@ -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 @@ -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 ---------------------------------------- @@ -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.