mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10: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