FROM openmind000/doubaofree:merge-latest WORKDIR /app RUN chmod -R 777 /app EXPOSE 8000 CMD ["npm", "start"]