diff --git a/Dockerfile b/Dockerfile index 409c50475..4456a3ca0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,7 @@ FROM node:10 as stage-build +ARG VERSION +ENV VERSION=$VERSION + WORKDIR /data ADD . /data RUN cd utils && bash -ix build.sh