This commit is contained in:
parent
6ee28f2669
commit
a78cfeabba
@ -4,8 +4,8 @@ FROM maven:3.9.6-eclipse-temurin-17-alpine AS builder
|
|||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /home/container
|
WORKDIR /home/container
|
||||||
|
|
||||||
# Copy the current directory contents into the container at /home/container
|
# Copy the source code
|
||||||
COPY work .
|
COPY . .
|
||||||
|
|
||||||
# Build the jar
|
# Build the jar
|
||||||
RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C
|
RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C
|
||||||
|
Loading…
Reference in New Issue
Block a user