tentando subir o composer na AWS, nao sei o que fiz de errado, por ultimo copiei o Dockerfile pra dentro da instancia na raiz do ubuntu e : 3 warnings found (use docker --debug to expand): - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1) - WorkdirRelativePath: Relative workdir "application" can have unexpected results if the base image changes (line 2) - WorkdirRelativePath: Relative workdir "application" can have unexpected results if the base image changes (line 14) Dockerfile:6
4 | COPY .mvn .mvn 5 | COPY pom.xml . 6 | >>> COPY src/ src 7 | RUN ./mvnw package -DskipTests 8 | ARG JAR_FILE=target/*.jar
ERROR: failed to build: failed to solve: failed to compute cache key: failed to calculate checksum of ref 9260898a-ee55-44ae-a664-87c5eb6e093d::ycm6tdal6ikjanrwrjkxd8p2g: "/src": not found ERROR: Service 'app' failed to build : Build failed