Coder Social home page Coder Social logo

Heroku: Build failed due to an error: Timed out compiling app. After installing language dependencies and environment for this Code Server. about deploy-code-server HOT 9 CLOSED

coder avatar coder commented on July 24, 2024
Heroku: Build failed due to an error: Timed out compiling app. After installing language dependencies and environment for this Code Server.

from deploy-code-server.

Comments (9)

bpmct avatar bpmct commented on July 24, 2024

Hey! This is all done in the Dockerfile in the repo you cloned

https://github.com/cdr/deploy-code-server/blob/main/Dockerfile#L22-L35

You will have to install the dependencies there with RUN and ENV commands.

from deploy-code-server.

BingoKingo avatar BingoKingo commented on July 24, 2024

I would like to use the wget command to install packages, so where to put these dependencies files?

from deploy-code-server.

bpmct avatar bpmct commented on July 24, 2024

So within the Dockerfile, you would do something like

RUN wget [url]
RUN # any other command here

see this for help: https://docs.docker.com/develop/develop-images/dockerfile_best-practices/

from deploy-code-server.

BingoKingo avatar BingoKingo commented on July 24, 2024

I see, thank you for your reply.

from deploy-code-server.

bpmct avatar bpmct commented on July 24, 2024

@BingoKingo saw you reopened. Can you add more details?

from deploy-code-server.

BingoKingo avatar BingoKingo commented on July 24, 2024

It still deploying after I installed dependencies on Railway.
Successfully built 2a684eff0f5e
Successfully tagged 10.138.0.45:5005/04b986c4-902c-4a9e-9197-3f2a8e71c756:latest

from deploy-code-server.

bpmct avatar bpmct commented on July 24, 2024

this may be a railway bug? if there are no errors, I would try manually deploying again or pushing another commit to the repo.

Let me know if that helps

from deploy-code-server.

BingoKingo avatar BingoKingo commented on July 24, 2024

All deployments are deploying... I could not figure out the reason.

from deploy-code-server.

BingoKingo avatar BingoKingo commented on July 24, 2024

After deploying on Heroku, I have found that problem:
=!= Build failed due to an error: =!= Timed out compiling app

from deploy-code-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.