fix(build): fixes build to include commit tag for app build step

This commit is contained in:
sct
2020-12-27 10:33:44 +00:00
parent d2620281bf
commit 289864af1a

View File

@@ -1,5 +1,8 @@
FROM node:12.18-alpine AS BUILD_IMAGE
ARG COMMIT_TAG
ENV COMMIT_TAG=${COMMIT_TAG}
COPY . /app
WORKDIR /app