Skip to content

Conversation

@iptoux
Copy link
Owner

@iptoux iptoux commented Apr 5, 2025

No description provided.

iptoux and others added 8 commits April 5, 2025 10:23
Introduced Docker support with a Dockerfile and docker-compose.yml to streamline containerization. Updated `package-lock.json` metadata, including the project name and version. These changes enhance deployment consistency and simplify the development process.
Removed the duplicate 'FROM' statement to ensure the Dockerfile complies with syntax requirements and avoids build errors. This change improves clarity and ensures proper Docker image initialization.
Replaced `cat` syntax for creating start-servers.sh to improve clarity and consistency. This change ensures the script is handled correctly during the build process.
Removed unnecessary background Webhook-Server startup and sleep delay. Focused on directly starting the Angular server to streamline the process and improve efficiency.
Replaced inline creation of the startup script with a copied `entrypoint.sh` file for improved clarity and maintainability. Adjusted Dockerfile commands accordingly to use the new script.
Replaced the direct `ng` command with `npx ng` to ensure compatibility with local Angular CLI installations. Added background execution for the development server to prevent blocking the script flow.
The '--disable-host-check' flag has been deprecated and is no longer necessary. This change ensures compatibility with the latest Angular CLI versions while maintaining functionality.
Update package.json to reflect the new version. This ensures version tracking aligns with recent changes or updates in the codebase.
@iptoux iptoux added the update Update Branch label Apr 5, 2025
@iptoux iptoux self-assigned this Apr 5, 2025
@iptoux iptoux merged commit 7617cb1 into implement-footer Apr 5, 2025
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

update Update Branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants