File size: 181 Bytes
aafaba4
d518f9c
 
19f7947
 
 
1
2
3
4
5
6
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"]