baixei o projeto e corri o docker compose up
recebi o erro
#9 [api-cursos 2/5] COPY target/*.jar /usr/src/myapp/api-cursos.jar
#9 ERROR: lstat /target: no such file or directory
#5 [proxy-api-cursos internal] load metadata for docker.io/library/nginx:1.18
#5 DONE 6.9s
#10 [proxy-api-cursos internal] load .dockerignore
#10 CANCELED
[api-cursos 2/5] COPY target/*.jar /usr/src/myapp/api-cursos.jar:
Dockerfile:6
4 | ARG OLTP=opentelemetry/opentelemetry-javaagent.jar
5 |
6 | >>> COPY ${JAR_FILE} /usr/src/myapp/api-cursos.jar
7 | COPY ${OLTP} /usr/src/myapp/opentelemetry-javaagent.jar
8 |
target api-cursos: failed to solve: lstat /target: no such file or directory