mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #108] Building ambar-frontend: lstat dist: no such file or directory #107
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#107
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 @miicha on GitHub (Jan 4, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/108
I'm trying to build the docker container of the ambar-frontend. The Dockerfile doesn't look very complex, but unfortunately the build stops at this line:
COPY dist /usr/share/nginx/htmlsince there is no dist file in the repo (whereas the default file one line above exists).If I docker build the frontend without copying the
distand start ambar afterwards I only get the "welcome to nginx" screenCan somebody help me building the frontend?
@miicha commented on GitHub (Jan 5, 2018):
It was my fault: I did not run
npm run-script deploy:prodbefore docker build