Skip to content
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

Docker - no ./share/we-lang #943

Open
NSBum opened this issue Nov 29, 2023 · 1 comment
Open

Docker - no ./share/we-lang #943

NSBum opened this issue Nov 29, 2023 · 1 comment

Comments

@NSBum
Copy link

NSBum commented Nov 29, 2023

Dockerfile expects ./share/we-lang/ which doesn't exist. ( => ERROR [builder 3/5] COPY ./share/we-lang/ /app)

In context:

root@ubuntu-s-4vcpu-8gb-intel-tor1-01:/home/wttr/wttr.in# docker build ./
[+] Building 0.2s (11/19)
 => [internal] load .dockerignore                                                     0.0s
 => => transferring context: 2B                                                       0.0s
 => [internal] load build definition from Dockerfile                                  0.0s
 => => transferring dockerfile: 1.52kB                                                0.0s
 => [internal] load metadata for docker.io/library/alpine:3.16                        0.1s
 => [internal] load metadata for docker.io/library/golang:1-alpine                    0.1s
 => [internal] load build context                                                     0.0s
 => => transferring context: 938.14kB                                                 0.0s
 => [builder 1/5] FROM docker.io/library/golang:1-alpine@sha256:110b07af87238fbdc5f1  0.0s
 => [stage-1 1/9] FROM docker.io/library/alpine:3.16@sha256:a8cbb8c69ee71561f4b69c06  0.0s
 => CACHED [builder 2/5] WORKDIR /app                                                 0.0s
 => ERROR [builder 3/5] COPY ./share/we-lang/ /app                                    0.0s
 => CACHED [stage-1 2/9] WORKDIR /app                                                 0.0s
 => CACHED [stage-1 3/9] COPY ./requirements.txt /app                                 0.0s
@jrdwiz
Copy link

jrdwiz commented Dec 21, 2023

I'm also having the same issue and can't build the docker file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants