Conversation
on-behalf-of: @Azure opensource@microsoft.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces multiple changes to the project, focusing on Docker setup, CI/CD workflows, localization, and enhancements to the codebase. Below is a summary of the most important changes grouped by theme:
Docker and Deployment Configuration:
.dockerignorefile to exclude unnecessary files and directories from the Docker build context, such asnode_modules,.git, and temporary files (.dockerignore).Dockerfilewith a multi-stage build process using Node.js for building the application and Nginx for serving it in production (Dockerfile).compose.yamlfile to define a Docker Compose service for the application, with an example configuration for PostgreSQL as a commented-out section (compose.yaml).README.Docker.md, including instructions for building, running, and deploying the application (README.Docker.md).CI/CD Integration:
.github/workflows/azure-static-web-apps-icy-field-05f688a03.yml).Localization and Content Updates:
SkillsListandContactcomponents to use French text, reflecting localized content for skills, expertise, and contact information (src/React/SkillsList.tsx,src/components/contact.astro) [1] [2].public/documents/dossier-motivation.txt).Codebase Enhancements:
Reactimports in multiple files (src/React/LikeButton.tsx,src/React/SkillsList.tsx) [1] [2].LetterGlitchcomponent to condense thelettersAndSymbolsarray and fix a parameter naming issue in thehexToRgbfunction (src/React/LetterGlitch.tsx) [1] [2].Asset and Dependency Updates:
sharpandswiperas new dependencies inpackage.jsonfor image processing and carousel functionality (package.json).astro.config.mjsto include animageservice configuration for asset management (astro.config.mjs).These changes improve the project's deployment pipeline, localization, and maintainability while introducing new features and documentation for Docker usage.