diff --git a/Dockerfile.api b/Dockerfile.api index 063a3b4..2fcb356 100644 --- a/Dockerfile.api +++ b/Dockerfile.api @@ -19,7 +19,7 @@ RUN pnpm install # Securely use the service-account-keyfile.json during the build process # Make sure to activate BuildKit by using the syntax directive at the top of the file RUN --mount=type=secret,id=service_account_keyfile \ - cp /run/secrets/service_account_keyfile /app/service-account-keyfile.json + cp /run/secrets/service_account_keyfile /apps/api/service-account-keyfile.json # Run Turborepo build for the specific project (api) RUN pnpm run build:api