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" ]