From 34365a6179948207b39e301096daa97620888460 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 26 Apr 2024 12:29:13 +0200 Subject: [PATCH] debug --- Dockerfile.vitepress | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.vitepress b/Dockerfile.vitepress index 2002fc2..60c2d58 100644 --- a/Dockerfile.vitepress +++ b/Dockerfile.vitepress @@ -1,5 +1,6 @@ FROM oven/bun:1 as builder -COPY package*.json bun.lockb /app +COPY package*.json bun.lockb /app/ + WORKDIR /app RUN bun install --frozen-lockfile \ && bun run --vite docs:build