-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on automatic deployment to Bluemix #38
Comments
Hi Akhoy, That's strange, it should be there: Could you share the contents of your resources directory? Is the file only not there in the container or also in your filesystem? |
Hi arner, I'm pretty sure the file's not there only in the container since I haven't started deploying from the filesystem. I'm pretty new to all this so I'm kinda finding my way around. These are the commands I ran as per the documentation:
|
Thanks. You could try to do |
I tried building it and running again but the same issue persists. The files under resources are not getting copied... I'm running BTW, I'm getting this error with
When I run the cf command in docker directly, it works. |
I removed the mount command
This is the full log:
|
I'm using the v2-typescript branch of fabric-boilerplate and deploying it to Bluemix. I ran
npm run cf
to get into the CF repository. Now, that I'm in the CF repository when I executecd server && npm run deploy
, it gives me the following error:I can't see testdata.json file in the resources folder. I'm following the instruction given in the new readme file. Please help me in figuring this out.
The text was updated successfully, but these errors were encountered: