Remix - Deployment
You wrote this Dockerfile for Remix:
But the app crashes on start with missing dependencies error. What is the problem?
FROM node:18 COPY . /app WORKDIR /app CMD ["npm", "run", "start"]
But the app crashes on start with missing dependencies error. What is the problem?
