diff --git a/Dockerfile b/Dockerfile index 3aaf187..1a4cf0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ ENV DATABASE_URL=${DATABASE_URL} RUN corepack enable RUN corepack prepare yarn@stable --activate WORKDIR /app -COPY --from=builder /app/build ./build +COPY --from=builder /app/.next ./.next COPY --from=builder /app/.yarn ./.yarn EXPOSE 3000