Getting the following error, any idea what is going wrong?
Ubuntu server 18.04
root@xxxxxdocker:/srv/www/naples.xxx.xx# docker-compose build
Building nplsweb
Step 1/7 : FROM openjdk:8u171-slim
---> 60575d4bfe64
Step 2/7 : EXPOSE 8090
---> Using cache
---> 08d45f8454ca
Step 3/7 : VOLUME /tmp
---> Using cache
---> 7c29c9e11e18
Step 4/7 : COPY target/nplsweb-0.0.1-SNAPSHOT.jar app.jar
ERROR: Service 'nplsweb' failed to build: COPY failed: stat /var/lib/docker/tmp/docker-builder300825816/target/nplsweb-0.0.1-SNAPSHOT.jar: no such file or directory
Getting the following error, any idea what is going wrong?
Ubuntu server 18.04
root@xxxxxdocker:/srv/www/naples.xxx.xx# docker-compose build
Building nplsweb
Step 1/7 : FROM openjdk:8u171-slim
---> 60575d4bfe64
Step 2/7 : EXPOSE 8090
---> Using cache
---> 08d45f8454ca
Step 3/7 : VOLUME /tmp
---> Using cache
---> 7c29c9e11e18
Step 4/7 : COPY target/nplsweb-0.0.1-SNAPSHOT.jar app.jar
ERROR: Service 'nplsweb' failed to build: COPY failed: stat /var/lib/docker/tmp/docker-builder300825816/target/nplsweb-0.0.1-SNAPSHOT.jar: no such file or directory