update FE Dockerfile to read short sha
This commit is contained in:
parent
ca91afe45b
commit
446bdfebea
@ -1,5 +1,8 @@
|
|||||||
FROM node:12-buster-slim AS builder
|
FROM node:12-buster-slim AS builder
|
||||||
|
|
||||||
|
ARG commitHash
|
||||||
|
ENV DOCKER_COMMIT_HASH=${commitHash}
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user