mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-02-04 08:41:17 +01:00
fix: allow specifying git ref
This commit is contained in:
@@ -22,6 +22,7 @@ COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
|
||||
ARG BUILD_DROP_VERSION="v0.0.0-unknown.1"
|
||||
ARG BUILD_GIT_REF
|
||||
|
||||
# build
|
||||
RUN yarn postinstall
|
||||
|
||||
Reference in New Issue
Block a user