📦 fixing the deployment plan
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#Jay Ehsaniara, Dockerfile should be in project root where pom.xml locates
|
#Jay Ehsaniara, Dockerfile should be in project root where pom.xml locates
|
||||||
FROM maven:3.6.3-jdk-11-slim AS maven_builder
|
FROM maven:3.6.3-jdk-11-slim AS maven_builder
|
||||||
ARG GITHUB_TOKEN
|
ARG GITHUB_TOKEN
|
||||||
COPY scs-101-inventory-check/pom.xml /application/
|
COPY /pom.xml /application/
|
||||||
COPY scs-101-inventory-check/src /application/src/
|
COPY /src /application/src/
|
||||||
WORKDIR /application/
|
WORKDIR /application/
|
||||||
RUN \
|
RUN \
|
||||||
if [ "x$GITHUB_TOKEN" = "x" ] ; then \
|
if [ "x$GITHUB_TOKEN" = "x" ] ; then \
|
||||||
|
|||||||
Reference in New Issue
Block a user