mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 07:25:55 +03:00
[GH-ISSUE #272] Docker build failure under Ubuntu 18.04 #257
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#257
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 @mr-david on GitHub (Dec 8, 2019).
Original GitHub issue: https://github.com/RD17/ambar/issues/272
Attempting to build from scratch gives the following error:
$ docker build . -t ambar
Sending build context to Docker daemon 1.954MB
Step 1/8 : FROM nginx:latest
---> 231d40e811cd
Step 2/8 : RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y curl
---> Using cache
---> 27f94c85400d
Step 3/8 : ENV TZ=UTC
---> Using cache
---> cecbbaec99c2
Step 4/8 : RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
---> Using cache
---> f343be593a34
Step 5/8 : COPY default /etc/nginx/conf.d/default.conf
---> Using cache
---> 01fb4d6b1aee
Step 6/8 : COPY dist /usr/share/nginx/html
COPY failed: stat /var/lib/docker/tmp/docker-builder696796482/dist: no such file or directory
dcolon@plexy:~/source/ambar/FrontEnd$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
@olislaeda commented on GitHub (Dec 10, 2019):
cd ~/source/ambar/FrontEnd/
npm install
npm run compile
PROFIT :-)
@stale[bot] commented on GitHub (Dec 25, 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.