fix(build): fixes build to include commit tag for app build step
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
FROM node:12.18-alpine AS BUILD_IMAGE
|
||||
|
||||
ARG COMMIT_TAG
|
||||
ENV COMMIT_TAG=${COMMIT_TAG}
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user