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}