asyncapi / website

AsyncAPI specification website
https://www.asyncapi.com
Apache License 2.0
443 stars 589 forks source link

[FEATURE] For making current docker file a multistaged one. #3223

Open vivekrawat21 opened 1 week ago

vivekrawat21 commented 1 week ago

Why do we need this improvement?

Current docker file is a single staged which led to the more size of the image hence make it slow to build the whole image.

How will this change help?

After updating the current docker file to multistaged one the overall size of the image will be reduced and hence it will make the image to build fast.

Screenshots

No response

How could it be implemented/designed?

For implement it we just need to change the dockerfile accordingly and break down it into different stages .

🚧 Breaking changes

No

👀 Have you checked for similar open issues?

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

Yes I am willing to submit a PR!

github-actions[bot] commented 1 week ago

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

vivekrawat21 commented 1 week ago

please assign me this issue

hkv24 commented 1 week ago

I am willing to submit a PR