zhengr commited on
Commit
5fc9009
·
verified ·
1 Parent(s): 1c58bec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -1,7 +1,9 @@
1
- FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.8.99
 
 
2
 
3
  # Expose the port the app runs on
4
  EXPOSE 8080
5
 
6
- CMD ["python", "-m", "aktools", "--host", "0.0.0.0", "--port", "8080"]
7
 
 
1
+ #FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.8.99
2
+ FROM clarkck/aktools:v0.0.89-v1.15.82
3
+
4
 
5
  # Expose the port the app runs on
6
  EXPOSE 8080
7
 
8
+ #CMD ["python", "-m", "aktools", "--host", "0.0.0.0", "--port", "8080"]
9