ci
Some checks failed
Deploy to Dokku / docker (ubuntu-latest) (push) Failing after 25s

This commit is contained in:
Lee 2024-06-24 15:47:12 +01:00
parent 6ee28f2669
commit a78cfeabba

@ -4,8 +4,8 @@ FROM maven:3.9.6-eclipse-temurin-17-alpine AS builder
# Set the working directory
WORKDIR /home/container
# Copy the current directory contents into the container at /home/container
COPY work .
# Copy the source code
COPY . .
# Build the jar
RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C