backend: Rename build variable DOCKER_COMMIT_HASH -> MEMPOOL_COMMIT_HASH

This var is useful for all build methods, not only Docker.

This is an internal renaming that doesn't change the public Docker
backend image API.
This commit is contained in:
Erik Arvstedt
2022-07-13 12:44:35 +02:00
parent 74f90c73d8
commit 4d138bcc97
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FROM node:16.16.0-buster-slim AS builder
ARG commitHash
ENV DOCKER_COMMIT_HASH=${commitHash}
ENV MEMPOOL_COMMIT_HASH=${commitHash}
WORKDIR /build
COPY . .