Why the GitLab CI/CD fail with multistage Dockerfile?

后端 未结 0 1283
北恋
北恋 2021-01-06 04:02

Following this Spring Blog post I have a multistage Dockerfile:

FROM adoptopenjdk:11-jre-hotspot as builder
WORKDIR application
ARG JAR_FILE=./hello/build/lib         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题