FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.8.96 # Expose the port the app runs on EXPOSE 8080 CMD ["python", "-m", "aktools", "--host", "0.0.0.0", "--port", "8080"]