opnform-host-nginx/api
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
..
app Hidden field can never be required. Skip that validation (#716) 2025-03-12 14:47:06 +08:00
bootstrap Refactor Docker configuration and development setup 2025-01-29 17:19:36 +01:00
config Enhance JWT Token Management and Authentication Flow (#720) 2025-03-10 17:32:17 +08:00
database Add reCAPTCHA support and update captcha provider handling (#647) 2024-12-18 16:35:09 +01:00
public Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
resources Add regex matching filters to open_filters.json (#722) 2025-03-15 13:55:42 +08:00
routes Add workspace update functionality (#699) 2025-02-12 13:43:55 +01:00
storage Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
tests Hidden field can never be required. Skip that validation (#716) 2025-03-12 14:47:06 +08:00
.env.docker GH issue template, docker cache fix, remove docker client entrypoint 2024-09-04 11:19:03 +02:00
.env.example Enhance JWT Token Management and Authentication Flow (#720) 2025-03-10 17:32:17 +08:00
.gitignore Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
_ide_helper_models.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
artisan Update Docker Documentation to Address Line Ending Issues for Windows Users 2025-03-21 16:30:59 +01:00
composer.json Reduce docker api image size, fix issues 2024-08-28 15:20:39 +02:00
composer.lock Refactor Docker configuration and development setup 2025-01-29 17:19:36 +01:00
phpunit.xml Email spam security (#641) 2024-12-18 13:16:27 +01:00
pint.json Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
server.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
vapor.yml Update Vapor deployment configuration 2025-02-15 09:18:27 +00:00