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