opnform-host-nginx/docs
Julien Nahum d2b8572d75 Update Docker Documentation to Address Line Ending Issues for Windows Users
- Added a warning for Windows users regarding the importance of maintaining LF (Unix-style) line endings in script files to prevent Docker containers from hanging during startup.
- Included instructions for configuring Git to preserve line endings and fixing the artisan script using dos2unix or sed commands.
- Added a note about potential line ending issues that may arise when using Git or code editors on Windows, emphasizing the need for LF line endings in the `artisan` script.

These changes aim to improve the documentation clarity and assist users in resolving common issues related to line endings when deploying with Docker.
2025-03-21 16:30:59 +01:00
..
api-reference Technical docs (#553) 2024-09-02 15:33:17 +02:00
configuration Add Docker environment variables documentation 2025-02-27 15:56:18 +08:00
contributing Developer docker setup (#683) 2025-01-28 17:52:48 +01:00
deployment Update Docker Documentation to Address Line Ending Issues for Windows Users 2025-03-21 16:30:59 +01:00
images Technical docs (#553) 2024-09-02 15:33:17 +02:00
snippets Technical docs (#553) 2024-09-02 15:33:17 +02:00
README.MD Updated docs 2024-09-02 16:00:48 +02:00
favicon.ico Technical docs (#553) 2024-09-02 15:33:17 +02:00
favicon.svg Technical docs (#553) 2024-09-02 15:33:17 +02:00
introduction.mdx Add link to main product docs 2024-09-02 15:55:14 +02:00
logo.svg Technical docs (#553) 2024-09-02 15:33:17 +02:00
mint.json Developer docker setup (#683) 2025-01-28 17:52:48 +01:00
tech-stack.mdx Technical docs (#553) 2024-09-02 15:33:17 +02:00

README.MD

Development

Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command

npm i -g mintlify

Run the following command at the root of your documentation (where mint.json is)

mintlify dev