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
|
||||
|
||||
ARG commitHash
|
||||
ENV DOCKER_COMMIT_HASH=${commitHash}
|
||||
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
RUN apt-get update
|
||||
|
Loading…
x
Reference in New Issue
Block a user