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