Update Dockerfile
Browse files- 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 |
|