You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to build a custom docker image of devicehive-backend, but not found devicehive-backend/target/devicehive-backend-3.5.0-boot.jar during docker build.
My current working dir: devicehive-java-server/dockerfiles docker build -t <tagname> -f devicehive-backend.Dockerfile .
Error:
Step 6/11 : ADD devicehive-backend/target/devicehive-backend-${DH_VERSION}-boot.jar /opt/devicehive/
ADD failed: file not found in build context or excluded by .dockerignore: stat devicehive-backend/target/devicehive-backend-3.5.0-boot.jar: file does not exist
Please guide me where to find dir devicehive-backend/target containing devicehive-backend-3.5.0-boot.jar
Thank you very much.
Cuong.
The text was updated successfully, but these errors were encountered:
Hi,
I want to build a custom docker image of devicehive-backend, but not found devicehive-backend/target/devicehive-backend-3.5.0-boot.jar during docker build.
My current working dir: devicehive-java-server/dockerfiles
docker build -t <tagname> -f devicehive-backend.Dockerfile .
Error:
Please guide me where to find dir devicehive-backend/target containing devicehive-backend-3.5.0-boot.jar
Thank you very much.
Cuong.
The text was updated successfully, but these errors were encountered: