input-output-hk / dapps-certification-web

Certification as a service for the Cardano dApps platform
Apache License 2.0
5 stars 0 forks source link

refactor: cleaning package.json and docker #38

Closed bogdan-manole closed 8 months ago

bogdan-manole commented 9 months ago

Release Notes:

Please note that the instructions for deploying the React app to GitHub Pages have been removed as part of the refactoring process.

coderabbitai[bot] commented 9 months ago

Walkthrough

This update focuses on refining the application's environment configuration, Docker setup, and build process. It introduces environment variables for API integration, updates the development server and build commands, and modifies the Dockerfile for a more streamlined production setup. The .env file has been renamed to .env.local for better security and the Docker image version has been updated.

Changes

File Summary
.env, .gitignore Introduced REACT_APP_BASE_URL and REACT_APP_WALLET_NETWORK environment variables. Renamed .env to .env.local for better security.
Dockerfile Streamlined Docker setup by removing unnecessary commands and changing the ENTRYPOINT to CMD.
README.md Updated instructions for API integration, development server, build commands, and Docker setup. Removed GitHub Pages deployment instructions.
docker-files/image-attributes.sh Updated Docker image version from "11" to "12".

🐇

"In the land of code, where the shadows lie,

Changes come, under the cloudless sky.

Docker's ship sails, with a new command,

And environment secrets, are safely in hand.

The README tells tales, of builds and of tests,

While the image version, simply adjusts to its best.

So here's to the code, ever-changing, ever-new,

To the next update, we say, 'adieu'!" 🥕🎉

Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - Mention `@coderabbitai` in any *review comment* for bot assistance. - Note: Review comments are made on code diffs or files, not on the PR overview. ### Pause Incremental Reviews - Insert `@coderabbitai: ignore` in the PR description to halt the bot's ongoing reviews. Remove the line to resume. - Additionally, enter `@coderabbitai pause` to halt the bot's ongoing reviews as any issue or review comment. To resume reviews, enter `@coderabbitai resume` as any issue or review comment.