This commit is contained in:
Lee 2024-10-04 17:24:52 +01:00
parent 3a476167a4
commit cf550906a8

@ -18,6 +18,8 @@ RUN turbo run build --filter=frontend
FROM base AS runner
WORKDIR /app
# Add the commit hash
ARG GIT_REV
ENV GIT_REV=${GIT_REV}