You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
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.
I'm getting a build error on frontend
$ cd frontend
$ docker build . -t frontend
Error:
Sending build context to Docker daemon 177.4MB Step 1/8 : FROM nginx:latest ---> 8cf1bfb43ff5 Step 2/8 : RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y curl ---> Using cache ---> f1829a617007 Step 3/8 : ENV TZ=UTC ---> Using cache ---> ca4475816da7 Step 4/8 : RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone ---> Using cache ---> 0dbd9ed2f2d1 Step 5/8 : COPY default /etc/nginx/conf.d/default.conf ---> Using cache ---> 442b575b0027 Step 6/8 : COPY dist /usr/share/nginx/html COPY failed: stat /var/lib/docker/tmp/docker-builder302332317/dist: no such file or directory
Running Docker version 19.03.8, build afacb8b
I was using a newer version and rolled back to this current stable version of Docker.
Thanks.
The text was updated successfully, but these errors were encountered: