FROM node:22-alpine WORKDIR /tack-up-now COPY . . RUN npm install RUN npx -y remix vite:build CMD /bin/sh ./start.sh