Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.
|
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"]
|
|
|
|
1 |
+
FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.8.100
|
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 |
+
|