Building API Docker Image
I am getting this error when I want to create a docker image for the api with de Dockerfile.
The command I'm running is the following:
docker build -t api .
The error it gives me is:
=> ERROR [dev 1/11] COPY ./meta . 0.0s
=> ERROR [dev 2/11] COPY ./deps . 0.0s
=> ERROR [dev 3/11] COPY ./pkg . 0.0s
=> ERROR [prod 2/5] COPY ./meta . 0.0s
Can somebody help me? thank you!!
4 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Hey @_7eo ! Thank you for bringing your question here, could you please copy and paste to the #💬│support channel? It will be much more suited there
hello. I already found the error. The command to run was npm run docker:build, that's why it was failing. Next time I'll post on the support channel.
Thank you!
Thank you!