ak / Dockerfile
zhengr's picture
Update Dockerfile
ef47c50 verified
raw
history blame contribute delete
289 Bytes
#FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.8.99
FROM clarkck/aktools:v0.0.89-v1.15.82
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"]