Docker update

This commit is contained in:
mukesh13
2025-06-17 16:05:27 +05:30
parent 460a122276
commit bf1ab725b0

View File

@ -14,11 +14,8 @@ COPY . .
# Disable telemetry
ENV NEXT_TELEMETRY_DISABLED=1
# Build the app
RUN pnpm build
# Expose port
EXPOSE 3000
# Start the application
CMD ["pnpm", "start"]
# Skip build step - run in dev mode (much faster)
CMD ["pnpm", "dev"]