File tree Expand file tree Collapse file tree 5 files changed +1318
-1325
lines changed
Expand file tree Collapse file tree 5 files changed +1318
-1325
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ The Form Builder is a widget used to create OpenMRS form schemas. It enables use
99## Form Builder User Guide
1010
1111* See the thorough User Guide for the Form Builder here: < https://ampath-forms.vercel.app/docs/quickstart >
12+ * Visit our wiki page: [ OpenMRS Form Builder Wiki] ( https://openmrs.atlassian.net/wiki/x/QgEBCQ )
1213* Prerequisites & dependencies are covered here: < https://ampath-forms.vercel.app/docs/developer-guide/run-form-engine-in-openmrs3#prerequisites >
1314
1415## Running this code
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.3
2- FROM --platform=$BUILDPLATFORM node:18 -alpine as dev
2+ FROM --platform=$BUILDPLATFORM node:22 -alpine as dev
33
44ARG APP_SHELL_VERSION=next
55
You can’t perform that action at this time.
0 commit comments