FROM ghcr.io/gordonchanfz/hailuo-free-api:latest WORKDIR /app RUN chmod 777 -R /app EXPOSE 8000 CMD ["npm", "start"]