ak / Dockerfile
zhengr's picture
Update Dockerfile
ee2f3a5 verified
raw
history blame
184 Bytes
FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.8.100
# Expose the port the app runs on
EXPOSE 8080
CMD ["python", "-m", "aktools", "--host", "0.0.0.0", "--port", "8080"]