Skip to content

Commit 5c73184

Browse files
Merge branch 'main' into fix/person-attribute-clean
2 parents 861e616 + c77c41b commit 5c73184

File tree

5 files changed

+1318
-1325
lines changed

5 files changed

+1318
-1325
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

e2e/support/github/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
ARG APP_SHELL_VERSION=next
55

0 commit comments

Comments
 (0)