mirror of
https://github.com/ClipFusion-org/clipfusion.git
synced 2025-08-03 14:45:09 +00:00
trying to get git commit hash working (attempt 3)
This commit is contained in:
parent
10ad436c92
commit
e79cf886dc
@ -30,6 +30,9 @@ CMD ["/bin/sh", "-c", "\
|
||||
|
||||
FROM base AS builder
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache git
|
||||
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user