-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-compose build失败 #33
Comments
@wjzhangcsu 因为在frontend子工程下mvn命令没有运行而导致target目录没有生成。我尝试了一下在frontend工程下执行build.sh,项目构建报错如下"Could not resolve dependencies for project com.alibabacloud.hipstershop:frontend:jar:1.0.0-SNAPSHOT: The following artifacts could not be resolved: com.alibabacloud.hipstershop:cartservice-api:jar:1.0.0-SNAPSHOT, com.alibabacloud.hipstershop:checkoutservice-api:jar:0.0.1-SNAPSHOT: Could not find artifact com.alibabacloud.hipstershop:cartservice-api:jar:1.0.0-SNAPSHOT",所以到以上报错的每一个子工程下执行build.sh生成相对应到包应该就可以了。 |
不如写在构建里面,我晚点试试吧~ |
并不能构建成功。而且单独跑也跑不通~ |
mvn命令直接在 先在项目根目录,比如 |
我的环境是MACOS,docker是19.03.12,docker-compose是1.26.2,我还是看看google原来是怎么搞的吧. |
The text was updated successfully, but these errors were encountered: