mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +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