CircuitVerse / Interactive-Book

Interactive Online Book on Digital Logic Design
http://learn.circuitverse.org/
131 stars 195 forks source link

[feature] : docker setup #627

Closed vedant-jain03 closed 5 months ago

vedant-jain03 commented 1 year ago

Changes done:

✅️ By submitting this PR, I have verified the following

netlify[bot] commented 1 year ago

Deploy Preview for vigilant-nightingale-2f57b2 ready!

Name Link
Latest commit 4b0def5def22094360eb53704378d470e7ade3aa
Latest deploy log https://app.netlify.com/sites/vigilant-nightingale-2f57b2/deploys/63b2dfb26aa9ee0009fd8f0b
Deploy Preview https://deploy-preview-627--vigilant-nightingale-2f57b2.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

tachyons commented 1 year ago

Could you post the error ?

On Fri, 18 Nov, 2022, 11:52 am Vedant Jain, @.***> wrote:

@.**** commented on this pull request.

In Dockerfile https://github.com/CircuitVerse/Interactive-Book/pull/627#discussion_r1026065021 :

@@ -0,0 +1,16 @@ +FROM ruby:2.7.6

@tachyons https://github.com/tachyons I tried using ruby alpine images but it is giving errors while building the image! So far, the above version works fine! WDYT?

— Reply to this email directly, view it on GitHub https://github.com/CircuitVerse/Interactive-Book/pull/627#discussion_r1026065021, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXYAEBWM3UNK6HJ7OWAGOLWI4OCDANCNFSM6AAAAAASDRUQNA . You are receiving this because you were mentioned.Message ID: @.***>

vedant-jain03 commented 1 year ago

Could you post the error ? On Fri, 18 Nov, 2022, 11:52 am Vedant Jain, @.> wrote: @*.*** commented on this pull request. ------------------------------ In Dockerfile <#627 (comment)> : > @@ -0,0 +1,16 @@ +FROM ruby:2.7.6 @tachyons https://github.com/tachyons I tried using ruby alpine images but it is giving errors while building the image! So far, the above version works fine! WDYT? — Reply to this email directly, view it on GitHub <#627 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXYAEBWM3UNK6HJ7OWAGOLWI4OCDANCNFSM6AAAAAASDRUQNA . You are receiving this because you were mentioned.Message ID: @.>

@tachyons Base image -> FROM ruby:3.1-alpine3.15 Screenshot from 2022-11-18 11-54-49 Screenshot from 2022-11-18 11-55-50

vedant-jain03 commented 1 year ago

@tachyons pull the latest changes but getting the same error while building it!