diff --git a/.gitignore b/.gitignore index 3a3e57d..5cbb886 100644 --- a/.gitignore +++ b/.gitignore @@ -20,5 +20,6 @@ logs # Local env files .env .vercel +.data -rt_base \ No newline at end of file +rt_base diff --git a/Dockerfile b/Dockerfile index 9141d3f..eb14843 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,8 @@ WORKDIR /app COPY --from=build /app/.output .output +RUN apk update && apk add --no-cache curl + EXPOSE 3000 CMD ["node", ".output/server/index.mjs"] diff --git a/app/app.vue b/app/app.vue index 9995f5b..337ac6a 100644 --- a/app/app.vue +++ b/app/app.vue @@ -11,16 +11,14 @@ const { locale } = useI18n() class="font-geist text-[var(--ui-text)] transition-colors duration-300 selection:bg-white/60 selection:text-zinc-800" >
-