mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-26 01:34:38 +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 . .
|
COPY . .
|
||||||
|
|
||||||
ARG BUILD_DROP_VERSION="v0.0.0-unknown.1"
|
ARG BUILD_DROP_VERSION="v0.0.0-unknown.1"
|
||||||
|
ARG BUILD_GIT_REF
|
||||||
|
|
||||||
# build
|
# build
|
||||||
RUN yarn postinstall
|
RUN yarn postinstall
|
||||||
|
|||||||
Reference in New Issue
Block a user