diff --git a/Dockerfile b/Dockerfile index 08a6427..00f1eea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN bun install # Copy files COPY . . -RUN npm run build +RUN bun run build FROM httpd:latest