Skip to content

Commit

Permalink
Update contribute_code.rst (#6009)
Browse files Browse the repository at this point in the history
Signed-off-by: davidlin20dev <[email protected]>
  • Loading branch information
davidlin20dev authored Nov 22, 2024
1 parent 789836b commit 6f187ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/community/contribute/contribute_code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ If not, we can start backends with a single command.
Before running your workflow in the sandbox, make sure you're able to successfully run it locally.
To deploy the workflow in the sandbox, you'll need to build a Flytekit image.
Create a Dockerfile in your Flytekit directory with the minimum required configuration to run a task, as shown below.
If your task requires additional components, such as plugins, you may find it useful to refer to the construction of the `officail flitekit image <https://github.com/flyteorg/flytekit/blob/master/Dockerfile>`__
If your task requires additional components, such as plugins, you may find it useful to refer to the construction of the `official flytekit image <https://github.com/flyteorg/flytekit/blob/master/Dockerfile>`__

.. code:: Dockerfile
Expand Down

0 comments on commit 6f187ae

Please sign in to comment.