From cf550906a84ff70fd77d6ccef45d8936b48ace8c Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 4 Oct 2024 17:24:52 +0100 Subject: [PATCH] 7 --- apps/frontend/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/frontend/Dockerfile b/apps/frontend/Dockerfile index 5a5d909..b70d4eb 100644 --- a/apps/frontend/Dockerfile +++ b/apps/frontend/Dockerfile @@ -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}