From 25831f0bb9ab8c229d76e561906874769c7c7969 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Wed, 2 Oct 2024 09:37:43 -0400 Subject: [PATCH] fix? Signed-off-by: Xe Iaso --- Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Earthfile b/Earthfile index 05a6708..0655de3 100644 --- a/Earthfile +++ b/Earthfile @@ -27,6 +27,7 @@ run: COPY +build/app/.next/standalone /app COPY +build/app/.next/static /app/.next/static COPY +build/app/public /app/public + RUN mkdir -p /app/.next/cache EXPOSE 3000 CMD [ "node", "server.js" ]