mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 23:45:50 +03:00
[GH-ISSUE #249] Error while building #241
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#241
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aaa-bbb111222 on GitHub (Aug 6, 2019).
Original GitHub issue: https://github.com/RD17/ambar/issues/249
I'm on Mint 19.1 on qemu.

I downloaded repo, when edited docker-compose.yml file for building as mentioned here: https://github.com/chazu/ambar
but I'm getting this error. So what should I do to fix it?
@aaa-bbb111222 commented on GitHub (Aug 8, 2019):
I tried to comment lines "RUN yarn install" and "RUN yarn run build" in Dockerfile in ServiceApi, WebApi, LocalCrawler,FrontEnd and error has gone (but I don't think that it will work properly). But hew appeared:


I commented "COPY dist /usr/share/nginx/html" in Dockerfile in FrontEnd. It make the building complete, but this error has appeared:
So what I'm doing wrong? (Yes, I know, commenting lines in Dockerfile isn't a good idea to make docker build program, but at least build was without errors)
@aaa-bbb111222 commented on GitHub (Aug 8, 2019):
After re-running docker-compose I've got this:

So commenting lines in Dockerfile is definitely is not a great idea.
May be problem caused by Mint itself? or Qemu?
@Yavari commented on GitHub (Aug 14, 2019):
I had to run
sysctl -w vm.max_map_count=262144mentioned at https://ambar.cloud/docs/installation/ in order to get it to work.@stale[bot] commented on GitHub (Aug 29, 2019):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@aaa-bbb111222 commented on GitHub (Aug 30, 2019):
Error (something like cannot copy dist) may come in Ubuntu Desktop & Server, so I really cannot gues what is the problem.
@stale[bot] commented on GitHub (Sep 14, 2019):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.