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
What error are you getting when it fails? With a fresh clone of uPortal-start I would get the following
Execution failed for task ':dockerBuildImageCli'.
> Could not build image: COPY failed: file not found in build context or excluded by .dockerignore: stat .gradle/tomcat: file does not exist
I suspect that you need to either portalInit or tomcatInstall tomcatDeploy first before running any Docker tasks
Describe the bug
./gradlew dockerBuildImageCli
failsTo Reproduce
Steps to reproduce the behavior:
./gradlew dockerBuildImageCli
The text was updated successfully, but these errors were encountered: