Replies: 1 comment 1 reply
|
Hello, |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey there, hoping someone can give me some advice. I am stuck trying to give docker permissions to my server folder. I already gave perms within docker, so I am assuming it's a setting on my Mac that I'm not thinking of. This is the message from Terminal:
[+] Building 1.8s (7/12)
=> [internal] load local bake definitions 0.0s
=> => reading from stdin 507B 0.0s
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 390B 0.0s
=> [internal] load metadata for docker.io/library/node:20-slim 1.6s
=> [auth] library/node:pull token for registry-1.docker.io 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [1/6] FROM docker.io/library/node:20-slim@sha256:6db5e436948af8f02444 0.0s
=> => resolve docker.io/library/node:20-slim@sha256:6db5e436948af8f02444 0.0s
=> ERROR [internal] load build context 0.0s
=> => transferring context: 1.94MB 0.0s
failed to solve: error from sender: failed to xattr /applications/snapserver/ssl/studio-app.snapchat.com.key: permission denied
Thanks for any help
All reactions