diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index d3f60bf..eb70b84 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -7,6 +7,6 @@ RUN npx nx run web:build FROM node:22-alpine WORKDIR /app -COPY --from=build /app/apps/web/.next ./next +COPY --from=build /app/apps/web/.next ./.next COPY --from=build /app/node_modules ./node_modules CMD ["npx", "next", "start"] \ No newline at end of file