Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions template/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ template = (

</CodeGroup>

<Info>
Only a limited set of instructions are supported and converted to equivalent template.

Compatible instructions:

`FROM`, `RUN`, `COPY`, `ADD`, `WORKDIR`, `USER`, `ENV`, `ARG`, `CMD`, `ENTRYPOINT`
</Info>

After the template definition, you can create the build scripts as described in the [Quickstart](/template/quickstart#create-a-development-build-script) section.


Expand Down