iExecBlockchainComputing / iexec-apps

Dockerfile of all iExec apps
18 stars 23 forks source link

ups package tracker #37

Open Frippo40 opened 4 years ago

Frippo40 commented 4 years ago

A new attempt - now deployed at https://explorer.iex.ec/kovan/app/0x8Ee07bCf22573a5D934e907E71E5127a55DAe6A0

Now the result is "standard_init_linux.go:211: exec user process caused "no such file or directory"

I'm using windows so there may be something going wrong there maybe?

I think node_modules should be ignored now but I'm also learning git in the process as well...

sulliwane commented 4 years ago

Hi @Frippo40, can you remove the node-modules folder from your pull request? (by adding it to your .gitignore file)

Frippo40 commented 4 years ago

Hi @sulliwane can you take a look at the latest commit?https://github.com/iExecBlockchainComputing/iexec-apps/pull/37/commits/dbad13c1e40309d9e9c9e3007b0f5e77f3a353ac I had to run git rm -r --cached . to clear the earlier commit data to get the new .gitignore to work.

Frippo40 commented 4 years ago

@Amxx thank you for the feedback. I couldn't figure out how to correct this series of commits so I had to create a new branch and pull request here with your requested changes: https://github.com/iExecBlockchainComputing/iexec-apps/pull/39