使用 Docker 命令将 Jar 文件复制到 docker 容器
如何在复制命令中不指定版本的情况下复制 jar 文件?
以下是原命令
COPY web-app/target/web-app-0.0.1-SNAPSHOT-exec.jar /web-service.jar
谢谢
How can I copy the jar file without specifying the version in the copy command?
Below is the original command
COPY web-app/target/web-app-0.0.1-SNAPSHOT-exec.jar /web-service.jar
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在我的 spring 项目中使用该 docker 文件:通过 docker compose up 命令运行它。
I use that docker file in my spring projects: with a docker compose up command it runs.