mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Add chip sha
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM maven:3.9-eclipse-temurin-17 AS build
|
||||
WORKDIR /app
|
||||
COPY pom.xml ./
|
||||
COPY .git ./.git
|
||||
RUN mvn -B dependency:go-offline
|
||||
COPY src ./src
|
||||
RUN mvn -B package -DskipTests
|
||||
|
||||
Reference in New Issue
Block a user