File size: 396 Bytes
5fc9009
ce99200
5fc9009
ce99200
ef47c50
d518f9c
 
19f7947
 
5fc9009
ee2f3a5
1
2
3
4
5
6
7
8
9
10
11
12
#FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.8.99
FROM clarkck/aktools:v0.0.89-v1.15.82

RUN pip install aktools --upgrade -i https://pypi.org/simple  # AKTools's version should great than 0.0.88
RUN chmod -R 777 /usr/local/lib/python3.12/site-packages/aktools

# Expose the port the app runs on
EXPOSE 8080

#CMD ["python", "-m", "aktools", "--host", "0.0.0.0", "--port", "8080"]