You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ The Image utilizes multistage builds to create multiple targets optimized for **
63
63
You'll need to iterate over your application's dependency system packages, and required PHP Extensions; and add them to their respective locations in the image.
64
64
65
65
1. Add System Dependencies and PHP Extensions your application depends on to the Image.
66
-
2. Port in any configuration changes you made for PHP.ini to the image, otherwise use the saint defaults.
66
+
2. Port in any configuration changes you made for PHP.ini to the image, otherwise use the sane defaults.
67
67
3.`make build && make up` for development setup, `make deploy` to run the production variant.
0 commit comments