FROM ghcr.io/foxioat/jarvis:latest WORKDIR /app RUN chmod -R 777 /app EXPOSE 3000 CMD ["npm", "run","dev"]